Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit bb4cd4a

Browse files
committed
docs(CHANGELOG.md): move entry from "Features" to "Bugs"
1 parent 458ac0b commit bb4cd4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
- **ngMessages:** create new scope for ngMessage, clean it up correctly
2424
([56f33af8](https://github.com/angular/angular.js/commit/56f33af89045e2ec18d144d9d1ef73affbe51959),
2525
[#14307](https://github.com/angular/angular.js/issues/14307))
26+
- **ngMessagesInclude:** don't break on empty (or whitespace-only) templates
27+
([01b8772c](https://github.com/angular/angular.js/commit/01b8772cca55916376355a2ae58d3ab7832a4bc2),
28+
[#12941](https://github.com/angular/angular.js/issues/12941), [#14726](https://github.com/angular/angular.js/issues/14726))
2629
- **ngMock#$controller:** properly assign bindings to all types of controllers (e.g. class-based)
2730
([db58801a](https://github.com/angular/angular.js/commit/db58801a55c91df755414387dc00fee5902bb5f3),
2831
[#14437](https://github.com/angular/angular.js/issues/14437), [#14439](https://github.com/angular/angular.js/issues/14439))
@@ -39,9 +42,6 @@
3942
- **limitTo:** add support for array-like objects
4043
([b03957f0](https://github.com/angular/angular.js/commit/b03957f0047fcfe996abc8efe97f9e2be2c2e13a),
4144
[#14657](https://github.com/angular/angular.js/issues/14657), [#14694](https://github.com/angular/angular.js/issues/14694))
42-
- **ngMessagesInclude:** don't break on empty (or whitespace-only) templates
43-
([01b8772c](https://github.com/angular/angular.js/commit/01b8772cca55916376355a2ae58d3ab7832a4bc2),
44-
[#12941](https://github.com/angular/angular.js/issues/12941), [#14726](https://github.com/angular/angular.js/issues/14726))
4545
- **orderBy:** add support for custom comparators
4646
([2e33d170](https://github.com/angular/angular.js/commit/2e33d170be7eb72f40fd57a8f66631583572fbf2),
4747
[#13238](https://github.com/angular/angular.js/issues/13238), [#14455](https://github.com/angular/angular.js/issues/14455), [#5123](https://github.com/angular/angular.js/issues/5123), [#8112](https://github.com/angular/angular.js/issues/8112), [#10368](https://github.com/angular/angular.js/issues/10368), [#14468](https://github.com/angular/angular.js/issues/14468))

0 commit comments

Comments
 (0)