Skip to content

Commit

Permalink
Change log update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 29, 2012
1 parent 71476e6 commit db4b05c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Changes between Neocons 1.0.0-beta2 and 1.0.0-beta3

### Relationship record fields renamed

Two `Relationship` record fields were renamed to match REST API responses better:

* `:start-uri` is now `:start`
* `:end-uri` is now `:end`


### rest.relationships/starts-with?, rest.relationships/ends-with?

`neocons.rest.relationships/starts-with?` and `neocons.rest.relationships/ends-with?` predicates check whether
given relationships starts (or ends, respectively) with a node with the given id. This is often useful
for automated testing of logic that creates relationships.


### rest.cypher/empty?

`neocons.rest.cypher/empty?` is a new function that can be used to tell empty Cypher responses from
Expand All @@ -22,6 +37,7 @@ otherwise.
Neocons now uses clj-http 0.3.6.



## Changes between Neocons 1.0.0-beta1 and 1.0.0-beta2

### HTTP Authentication support
Expand Down

0 comments on commit db4b05c

Please sign in to comment.