Skip to content

Commit

Permalink
Merge pull request #100 from toshimaru/readme-link
Browse files Browse the repository at this point in the history
Link to Github Releases from CHANGELOG.md
  • Loading branch information
kaspth committed Apr 17, 2017
2 parents e446793 + 1295d1c commit 6be82e1
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions CHANGELOG.md
@@ -1,20 +1 @@
* Verify instances of SignedGlobalID when locating them.

*y-yagi*

* Added locate_many(ignore_missing: true) option that'll use #where instead of #find for bulk location,
which via Active Record means missing records will be ignored instead of raise an exception.

*DHH*

* Fixed that purpose should be passed on when using Locator.locate_many_signed(strings, for: 'purpose').

*DHH*

* Added #to_gid_param and #to_sgid_param as short-cuts for to_gid.to_param and to_sgid.to_param for convenience.

*DHH*

* Added support for Locator.locate_many and Locator.locate_many_signed to efficiently fetch many models.

*Tom Ward, DHH*
Changelog is maintained under [Github Releases](https://github.com/rails/globalid/releases).

0 comments on commit 6be82e1

Please sign in to comment.