CHANGES.md in contextio-1.5.0 vs CHANGES.md in contextio-1.6.0
- old
+ new
@@ -1,6 +1,17 @@
# Changes
+## 1.6.0
+
+* Add `version` and `base_url` instance variables to API. - Dominik Gehl
+* Don't try to JSON parse raw attachments. - Dominik Gehl
+* Use symbols for options internally to avoid OAuth gem failure. - Ben Hamill
+* Add `in_reply_to` to `Message`'s lazy attributes. - Asa Wilson
+* Fix bug where `Hash`es with mixed `String`/`Symbol` keys would cause the OAuth
+ gem to explode. - Ben Hamill
+* Add missing files association to `Message` class. - Ben Hamill
+* Add a ton of examples to the README to help new users. - Johnny Goodman
+
## 1.5.0
* Make `Source#sync!` and `Account#sync!` take an options hash that will be
passed as parameters in the resulting HTTP request. This is just to aid in
debugging. - Ben Hamill