docs(changelog): add missing carousel breaking change

Closes #5565
This commit is contained in:
Matt Lewis
2016-03-01 17:58:04 +00:00
committed by Wesley Cho
parent cc2d1b90c3
commit 679a8d54a7
+1
View File
@@ -64,6 +64,7 @@ template
* datepicker: This breaks any snake-cased key usage, i.e.
`show-weeks`. Convert all keys used to camelCase.
* tab: Make the `active` attribute optional and move to `tabset` element.
* carousel: the `active` attribute is now required on the `uib-carousel` element and a unique `index` attribute is required on each `uib-slide` element.