From f856157caf1e4945006b7f06b72f7173e49b9897 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Wed, 18 Jul 2012 17:45:42 +0300 Subject: [PATCH] updated changelog --- select2-latest.html | 1 + 1 file changed, 1 insertion(+) diff --git a/select2-latest.html b/select2-latest.html index 1bf39f3c..9653bc02 100755 --- a/select2-latest.html +++ b/select2-latest.html @@ -220,6 +220,7 @@ $("#e10_3").select2({
  • Signature of formatSelection and formatResult changed in a backwards compatible way to support more powerful constructs than supported by strings alone.
  • Separator in multi-valued selects is now cofigurable, , still the default. See separator option in the docs.
  • Matching is now customizable. See matcher function in the docs and the Custom Matcher example.
  • +
  • change event now specifies which elements were added/removed