From f931489e129799acc3157fb9410e56611c1cb09a Mon Sep 17 00:00:00 2001 From: Adam Krebs Date: Sun, 15 Jun 2014 23:50:44 -0400 Subject: [PATCH] add note about new select collection bindings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2759204..96b5741 100644 --- a/README.md +++ b/README.md @@ -673,6 +673,7 @@ MIT #### Master - **Breaking Change**: Classes are now treated separately from other attribute bindings. Use the new `classes` hash to bind element classes to your attributes. - `defaultOption` can be defined as a function. +- Passing a Backbone Collection to `selectOptions` will keep the select dropdown in sync with add, remove, and sort events on the collection. #### 0.8.0 - **Breaking Change**: Calling `view#stickit` a second time with the same model, will no longer unbind all previously bound bindings associated with that model; instead, it will unbind any duplicate bindings (selectors) found in the given bindings hash (or whatever's in `view.bindings`) before initializing.