diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba8998..f3a318d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.2 (2013-09-10) + + - Fix HTTP::Cookie.parse so that it does not raise ArgumentError + when it finds a bad name or value that is parsable but considered + invalid. + ## 1.0.1 (2013-04-21) - Minor error handling improvements and documentation updates.