Update CHANGELOG: Dec 22, 2022 to Feb 26, 2023 (#1891)

The changes worth mentioning from
https://github.com/sinatra/sinatra/compare/v3.0.5...055087c274e181c2dad77a2b140e7190028b7cfb

[ci skip]
This commit is contained in:
Patrik Ragnarsson 2023-02-26 22:28:18 +01:00 committed by GitHub
parent 055087c274
commit 4fc73c3063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
* _Your new feature here._
* New: Add support to keep open streaming connections with Puma [#1858](https://github.com/sinatra/sinatra/pull/1858) by Jordan Owens
* Fix: Avoid crash in `uri` helper on Integer input [#1890](https://github.com/sinatra/sinatra/pull/1890) by Patrik Ragnarsson
* Fix: Rescue `RuntimeError` when trying to use `SecureRandom` [#1888](https://github.com/sinatra/sinatra/pull/1888) by Stefan Sundin
## 3.0.5 / 2022-12-16
* Fix: Add Zeitwerk compatibility. [#1831](https://github.com/sinatra/sinatra/pull/1831) by Dawid Janczak