From 55f808b8731c38955494a3baf62e379a58d813cf Mon Sep 17 00:00:00 2001 From: Dan Wilson Date: Mon, 13 May 2013 18:48:32 +0100 Subject: [PATCH] Updated the README to mention this breaking change. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3757ee81..177f6b1d 100755 --- a/README.md +++ b/README.md @@ -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)