File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ All notable changes to this project will be documented in this file. For info on
1111### Changed
1212
1313- Invalid cookie keys will now raise an error. ([ #2193 ] ( https://github.com/rack/rack/pull/2193 ) , [ @ioquatix ] )
14- - Allow empty PATH_INFO. ([ #2214 ] ( https://github.com/rack/rack/pull/2214 ) , [ @ioquatix ] )
1514- ` Rack::MediaType#params ` now handles empty strings. ([ #2229 ] ( https://github.com/rack/rack/pull/2229 ) , [ @jeremyevans ] )
1615
1716### Deprecated
@@ -25,8 +24,19 @@ All notable changes to this project will be documented in this file. For info on
2524- ` Rack::Logger ` is removed with no replacement. ([ #2196 ] ( https://github.com/rack/rack/pull/2196 ) , [ @ioquatix ] )
2625- Automatic cache invalidation in ` Rack::Request#{GET,POST} ` has been removed. ([ #2230 ] ( https://github.com/rack/rack/pull/2230 ) , [ @jeremyevans ] )
2726
27+ ## [ 3.1.7] - 2024-07-11
28+
29+ ### Fixed
30+
31+ - Do not remove escaped opening/closing quotes for content-disposition filenames. ([ #2229 ] ( https://github.com/rack/rack/pull/2229 ) , [ @jeremyevans ] )
32+ - Fix encoding setting for non-binary IO-like objects in MockRequest#env_for. ([ #2227 ] ( https://github.com/rack/rack/pull/2227 ) , [ @jeremyevans ] )
33+ - ` Rack::Response ` should not generate invalid ` content-length ` header. ([ #2219 ] ( https://github.com/rack/rack/pull/2219 ) , [ @ioquatix ] )
34+ - Allow empty PATH_INFO. ([ #2214 ] ( https://github.com/rack/rack/pull/2214 ) , [ @ioquatix ] )
35+
2836## [ 3.1.6] - 2024-07-03
2937
38+ ### Fixed
39+
3040- Fix several edge cases in ` Rack::Request#parse_http_accept_header ` 's implementation. ([ #2226 ] ( https://github.com/rack/rack/pull/2226 ) , [ @ioquatix ] )
3141
3242## [ 3.1.5] - 2024-07-02
You can’t perform that action at this time.
0 commit comments