From 12742a0610806acb769be67fd6c27fdc6c0ee593 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Sun, 4 Sep 2022 16:50:39 -0700 Subject: bump version, update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index daca02c5..6e2a945b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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/). +## [3.0.0.rc1] - 2022-09-04 + +### SPEC Changes + +- Stream argument must implement `<<` https://github.com/rack/rack/pull/1959 +- `close` may be called on `rack.input` https://github.com/rack/rack/pull/1956 +- `rack.response_finished` may be used for executing code after the response has been finished https://github.com/rack/rack/pull/1952 + ## [3.0.0.beta1] - 2022-08-08 ### Security -- cgit v1.2.1