From b33a51992f76c668906f12b5e728c63cc8ac0d63 Mon Sep 17 00:00:00 2001 From: isteven Date: Fri, 20 Feb 2015 16:39:43 +0800 Subject: [PATCH] update changelog.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c570b6..e20c614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ ### v3.0.0 ##### Added / Updated +- Support for AngularJs version 1.3.x (v3.0.0 also supports AngularJs 1.2.x, but beware of the breaking changes) - Customized text on helper elements - 5 new callbacks - You can now set minimum characters required to trigger the search functionality - You can now define which input-model properties to search from (previously, all input-model properties are searched) - On close, parent button will now receive focus. - Using proper semantics (well at least better than previous version). +- Limited support on promise objects. - Various small optimizations. ##### Deprecated / Breaking Changes