Skip to content

Commit

Permalink
Prepare CHANGELOG for next patch release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Feb 10, 2020
1 parent 18f708b commit cce2ab2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. For info on


## [2.3.0] - Unreleased ## [2.3.0] - Unreleased


## [2.2.2] - 2020-02-11

### Fixed

- Fix incorrect `Rack::Request#host` value. ([#1591](https://github.com/rack/rack/pull/1591), [@ioquatix](https://github.com/ioquatix))
- Revert `Rack::Handler::Thin` implementation. ([#1583](https://github.com/rack/rack/pull/1583), [@jeremyevans](https://github.com/jeremyevans))
- Double assignment is still needed to prevent an "unused variable" warning. ([#1589](https://github.com/rack/rack/pull/1589), [@kamipo](https://github.com/kamipo))
- Fix to handle same_site option for session pool. ([#1587](https://github.com/rack/rack/pull/1587), [@kamipo](https://github.com/kamipo))

## [2.2.1] - 2020-02-09 ## [2.2.1] - 2020-02-09


### Fixed ### Fixed
Expand Down

0 comments on commit cce2ab2

Please sign in to comment.