Skip to content

Commit

Permalink
Change log update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 7, 2012
1 parent c13b0c2 commit 07f7dd4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## Changes between Neocons 1.1.0-beta1 and 1.1.0-beta2

No changes yet.
### clojurewerkz.neocons.rest.relationships/get-many

`clojurewerkz.neocons.rest.relationships/get-many` is a new function that fetches multiple relationships
by id in a single request:

```clojure
(require '[clojurewerkz.neocons.rest.relationships :as rel])

(rel/get-many [id1 id2 id3])
```

Contributed by Adrian Gruntkowski.


## Changes between Neocons 1.0.0 and 1.1.0-beta1
Expand Down

0 comments on commit 07f7dd4

Please sign in to comment.