mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Bump VERSION to 1.0.1 and add CHANGELOG.md.
This commit is contained in:
parent
40aba54618
commit
b934db8e77
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
Normal file
10
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
## 1.0.1 (2013-04-21)
|
||||
|
||||
- Minor error handling improvements and documentation updates.
|
||||
|
||||
- Argument error regarding specifying store/saver classes no longer
|
||||
raises IndexError, but either ArgumentError or TypeError.
|
||||
|
||||
## 1.0.0 (2013-04-17)
|
||||
|
||||
- Initial Release.
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
module HTTP
|
||||
class Cookie
|
||||
VERSION = "1.0.0"
|
||||
VERSION = "1.0.1"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue