update changelog

This commit is contained in:
vitalets 2012-12-06 15:11:24 +04:00
parent 34e3f1a277
commit 663aeffd65

@ -4,7 +4,8 @@ X-editable changelog
Version 1.2.0 wip
----------------------------
[enh] added url param 'jquery' to run tests in different versions of jquery, e.g. '&jquery=1.7.1' (vitalets)
[bug #37] fix incorrectly shown datepicker in jquery 1.7.1 + webkit (vitalets)
[enh] added url param 'jquery' to run tests in different versions of jquery, e.g. '&jquery=1.7.2' (vitalets)
[enh] 'enablefocus' option removed. More efficient to use 'save/hide' events to set focus to any element (vitalets)
[enh] 'init' event was added due to removal of render event (vitalets)
[enh] 'render' event was removed, use 'display' callback instead (vitalets)