Skip to content

Commit

Permalink
Version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Mar 5, 2014
1 parent 89a488d commit 35a6e01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
1.9.0
----
* [Rename LoadError to ParseError](https://github.com/intridea/multi_json/commit/4abb98fe3a90b2a7b3d1594515c8a06042b4a27d)
* [Adapter load failure throws AdapterError instead of ArgumentError](https://github.com/intridea/multi_json/commit/4da612b617bd932bb6fa1cc4c43210327f98f271)

1.8.4
-----
* [Make Gson adapter explicitly read StringIO object](https://github.com/intridea/multi_json/commit/b58b498747ff6e94f41488c971b2a30a98760ef2)
Expand Down
4 changes: 2 additions & 2 deletions lib/multi_json/version.rb
@@ -1,8 +1,8 @@
module MultiJson
class Version
MAJOR = 1 unless defined? MultiJson::Version::MAJOR
MINOR = 8 unless defined? MultiJson::Version::MINOR
PATCH = 4 unless defined? MultiJson::Version::PATCH
MINOR = 9 unless defined? MultiJson::Version::MINOR
PATCH = 0 unless defined? MultiJson::Version::PATCH
PRE = nil unless defined? MultiJson::Version::PRE

class << self
Expand Down

0 comments on commit 35a6e01

Please sign in to comment.