This commit is contained in:
Akinori MUSHA 2013-09-10 14:52:45 +09:00
parent 391ada20d0
commit 7afb9c6cf2

View file

@ -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.