Closed colinxfleming closed 8 years ago
1 Warning | |
---|---|
:warning: | Unless you’re refactoring existing code, please update CHANGELOG.md. |
Here's an example of a CHANGELOG.md entry:
* [#179](https://github.com/mongoid/mongoid-history/pull/179): Bump suggested rename method in readme - [@colinxfleming](https://github.com/colinxfleming).
Generated by :no_entry_sign: danger
Thanks!
You're welcome -- thanks for maintaining this library, it's been a huge help for us.
Sorry for the tiny pull request -- was burying a body in an unrelated codebase and figured I'd try and do you all a solid while I was at it.
This bumps the part of readme to reflect the new rename syntax in recent versions of mongoid (since 3 at least it looks like). Also contains an optimization by doing the operation on the collection level rather than the individual record level (though it'll work both ways) - saves a decent amount of time.
Doesn't affect any of the actual codebase or anything. Let me know if I can be of further assistance on this.