Skip to content

Commit

Permalink
added release notes for v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Aug 14, 2011
1 parent 977f674 commit e36b828
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,12 @@ to Backbone.ModelBinding in the `backbone.modelbinding.js` file.
## Release Notes
### v0.2.4
* data-bind will bind the model's value immediately instead of waiting for the model's value to change
* support `enabled` functionality for data-bind: `data-bind="enabled isValid"`
* documented existing support for data-bind `disabled`: `data-bind="disabled invalid"`
### v0.2.3
* Fixes for 'falsey' value bindings
Expand Down

0 comments on commit e36b828

Please sign in to comment.