CHANGELOG.md in fmrest-spyke-0.14.0 vs CHANGELOG.md in fmrest-spyke-0.15.0
- old
+ new
@@ -1,6 +1,11 @@
## Changelog
+### 0.15.0
+
+* Much improved querying API (see documentation on querying), adding new
+ `.query` capabilities, as well as two new methods: `.match` and `.or`
+
### 0.14.0
* Aliased `FmRest::Spyke::Base` as `FmRest::Layout` (now preferred), and
provided a shortcut version for setting the layout name (e.g. `class Foo <
FmRest::Layout("LayoutName")`)