Skip to content

Commit

Permalink
Update changelog for 2.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Dec 12, 2013
1 parent e1cc38d commit 4c8e226
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
## Next Release

* Your change here
## 2.4.3 - 2012-12-12

## 2.4.2
* **FINAL RELEASE** on 2.x branch. 2.x code is now in deep freeze.
* Issue #185: Sort out versioning for Bower (joelleibow)
* Issue #148: Run library through js-lint (uxtx)
* Issue #147: Correct issue with AJAX method GET (was being coerced to POST) (brearley)
* Issue #143: Do not suppress tab key if the field is currently empty (pangwa)
* Issue #142: Fix popover bug (martinbuezas)
* Persist options state when calling tagManager actions (popTag, pushTag, etc.) (dincho)
* Use $.map instead of native .map (danmusk)

## 2.4.2 - 2012-07-15

* Issue #132: Escape tags for display instead of emitting it as raw HTML (chkwok)
* Issue #125: Fixed AjaxPushAllTags (henryoswald)
Expand All @@ -14,7 +23,7 @@
* Wrap jQuery in a no-conflict wrapper; use `$` instead of `jQuery` consistently (johnnyshields)
* Issue #94: 'pushTag' method does not call validator if configured (johnnyshields)

## 2.4.1
## 2.4.1 - 2012-05-04

* Feature: Added API parameter 'AjaxPushParameters', which enables a custom payload on AJAX push requests (kingofthejungle)
* Feature: Added support for 'prefilled' parameter as a function (cliffordwhansen)
Expand Down

0 comments on commit 4c8e226

Please sign in to comment.