summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-09 19:06:17 +1300
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2020-02-09 19:06:17 +1300
commit00b94597f4d0c17955d4b9de775252ee688a57b1 (patch)
tree65685d67787b7196a7bc74623189ad52ccc9c388
parent2408b563bc4dc6ae3c6ca48edafde6869aaf40c5 (diff)
downloadrack-00b94597f4d0c17955d4b9de775252ee688a57b1.tar.gz
Update CHANGELOG to include 2.2.0.
This adds the 2.2.0 CHANGELOG, and removes the related entries under Unreleased.
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8580cd56..bc121b15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. For info on
## Unreleased
+## [2.2.0] - 2020-02-08
+
### SPEC Changes
- `rack.session` request environment entry must respond to `to_hash` and return unfrozen Hash. ([@jeremyevans](https://github.com/jeremyevans))