From 4fc73c3063aff8bb84fdf2bcb7a82f154f19db49 Mon Sep 17 00:00:00 2001 From: Patrik Ragnarsson Date: Sun, 26 Feb 2023 22:28:18 +0100 Subject: [PATCH] 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] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e94202c5..7c360662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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