From d77da5e2a24a941758aec559501fbb8953265462 Mon Sep 17 00:00:00 2001 From: Matt Lewis Date: Mon, 29 Feb 2016 12:18:54 +0000 Subject: [PATCH] docs(changelog): add missing breaking change --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 519a86626a..8e11e5b819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,7 @@ template * datepicker: This adds extra CSS for the datepicker for the left and right header buttons - one can override this appropriately with any selector of class priority higher than 1 * datepicker: This breaks any snake-cased key usage, i.e. `show-weeks`. Convert all keys used to camelCase. +* tabs: The tab API is changed - please refer to [the documentation](http://angular-ui.github.io/bootstrap/#/tabs) on new usage of tabs