CHANGES.md in contextio-1.3.0 vs CHANGES.md in contextio-1.4.0

- old
+ new

@@ -1,6 +1,15 @@ # Changes +## 1.4.0 + +* Normalize key names from the API to be valid Ruby variable names. - Ben Hamill +* Fix how `Folder` objects create their associated `MessageCollection` objects, + specifically with respect to passing around the handle to an appropriate + `Account` object. - Ben Hamill +* Convenience methods: `Message#to`,`#bcc`, `#cc` and `#reply_to`. - Aubrey + Holland + ## 1.3.0 * Add sugar `Message#from` method. - Andrew Harrison * Fix bug related to `nil` being passed around for associations which caused the association not to be filled with data from the API. - Ben Hamill