Updated the README to mention this breaking change.

This commit is contained in:
Dan Wilson 2013-05-13 18:48:32 +01:00
parent 8ea1a81c0a
commit 55f808b873

View File

@ -41,6 +41,7 @@ Possible breaking changes
* Views no longer call render in initialize but must be called client code
* Backend.Memory.Store attribute for holding 'records' renamed to `records` from `data`
* Require new underscore.deferred vendor library for all use (jQuery no longer required if just using recline.dataset.js)
* View.el is now the raw DOM element. If you want a jQuery-wrapped version, use view.$el. #350
### v0.5 - July 5th 2012 (first public release)