summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2022-09-04 16:50:39 -0700
committerAaron Patterson <tenderlove@ruby-lang.org>2022-09-04 16:50:39 -0700
commit12742a0610806acb769be67fd6c27fdc6c0ee593 (patch)
tree86936956d624e58d07fa82786739049cedaa8834 /CHANGELOG.md
parent6aad5390403ca48a0ba76e426a21274385895731 (diff)
downloadrack-12742a0610806acb769be67fd6c27fdc6c0ee593.tar.gz
bump version, update changelog3.0.0.rc1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
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