CHANGELOG in firebase-0.1.6 vs CHANGELOG in firebase-0.2.0
- old
+ new
@@ -1,5 +1,10 @@
-- UNRELEASED
+- 0.2.0
+
+* You can now pass query options to get/push/set, etc.
+* The old syntax no longer works. You now need to create instance variables of Firebase::Client.new(...)
+
+- 0.1.6
* You can now create instances of Firebase. The old syntax still works but will be removed in version 0,2. - @wannabefro