CHANGES.md in contextio-1.2.1 vs CHANGES.md in contextio-1.2.2
- old
+ new
@@ -1,6 +1,17 @@
# Changes
+## 1.2.2
+
+* Fix `PUT` and `POST` parameter submission. - Ben Hamill
+* Added missing `server` argument to `SourceCollection.create`. - Dominik Gehl
+* Moved erroneous `File.sync_data` and `File.sync!` over to `Source` where it
+ belonged in the first place. - Bram Plessers
+
+## 1.2.1
+
+* Fixed syntax error typo in previous release. - Geoff Longman
+
## 1.2.0
* Add `#empty?` and `#size` to resource collections so you can treat them even
*more* like arrays! - Geoff Longman