|
2 | 2 |
|
3 | 3 | 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/). |
4 | 4 |
|
| 5 | +##[2.2.2] - 2020-02-11 |
| 6 | + |
| 7 | +###Fixed |
| 8 | + |
| 9 | +- Fix incorrect`Rack::Request#host` value. ([#1591](https://github.com/rack/rack/pull/1591),[@ioquatix](https://github.com/ioquatix)) |
| 10 | +- Revert`Rack::Handler::Thin` implementation. ([#1583](https://github.com/rack/rack/pull/1583),[@jeremyevans](https://github.com/jeremyevans)) |
| 11 | +- Double assignment is still needed to prevent an "unused variable" warning. ([#1589](https://github.com/rack/rack/pull/1589),[@kamipo](https://github.com/kamipo)) |
| 12 | +- Fix to handle same_site option for session pool. ([#1587](https://github.com/rack/rack/pull/1587),[@kamipo](https://github.com/kamipo)) |
| 13 | + |
5 | 14 | ##[2.2.1] - 2020-02-09 |
6 | 15 |
|
7 | 16 | ###Fixed |
|