diff --git a/CHANGELOG.md b/CHANGELOG.md index db5aaa0..42ae420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Version 0.6.0 - [Diff](https://github.com/dhruvaray/backbone-associations/compare/v0.5.5...v0.6.0) -* __ Use v0.6.1 when using Backbone-Associations in node.js environments __ +* __Use v0.6.1 when using Backbone-Associations in node.js environments__ * Significantly improve event bubbling performance. Only bubble events if objects are listening to those event paths. * BREAKING CHANGE : nested-change events are not fired by default. To switch them on set Backbone.Associations.EVENTS_NC = true at any point in your application flow. * `collectionType` can be a function as well. This makes the API of `relatedModel` and `collectionType` uniform.