From 301b6dd5f525b38acabfd2bdf38a6cd2f4ed488a Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 16 Nov 2024 09:42:23 +1300 Subject: [PATCH] Update `releases.md` - fixes #29. --- releases.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releases.md b/releases.md index 5ec8c2b..8dd700e 100644 --- a/releases.md +++ b/releases.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. For info on how to format all future additions to this file please reference [Keep A Changelog](https://keepachangelog.com/en/1.0.0/). +## v2.2.1 + + - Try to require `webrick` and `rackup/handler/webrick` by default, for compatibility with code that expects them to be available. + ## v2.2.0 - Remove old rack shims.