From b1fd5dd8078240516a6e6494c2f6e59ce603f64e Mon Sep 17 00:00:00 2001 From: Chris Grigg Date: Wed, 20 May 2015 20:07:21 -0400 Subject: [PATCH] more changelog notes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e73152d3..39521d660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `#find` on `QueryProxy` objects now does a model `find` rather than an `Enumerable` find - Subclassed model classes now both create and query against it's ancestor's labels in addition to it's own (#690) - `#first` and `#last` now work property when precedend by an `#order` in a `QueryProxy` chain (#720) +- `#count` when called after `#limit` will be performed within the bounds of limit specified ### Added - Eager Loading is now supported! See: [http://neo4jrb.readthedocs.org/en/latest/ActiveNode.html#eager-loading] @@ -30,6 +31,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - When using `all` inside of a class method an argument for the node name can now be passed in (#737) - Query(Proxy) syntax of `where("foo = ?", val)` and `where("foo = {bar}", bar: val)` now supported (#675) - `module_handling` config option now available to control how class module namespaces translate to Neo4j labels (#753) (See: [http://neo4jrb.readthedocs.org/en/latest/Configuration.html]) +- `#id_property` method has new `constraints` option to disable automatic uuid constraint (#738/#736) (There are probably other changes too!)