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

Commit 785647e

Browse files
AbhishekGargNarretz
authored andcommitted
docs(changelog): make labels and list style consistent
Remove 'Breaking Changes' label where there are no breaking changes. Only for '1.4.0-rc.2', breaking changes have different styling (bold without bulleted list). Change to be consistent with others (#14482)
1 parent a2a6279 commit 785647e

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,9 +1008,6 @@ is `$locals`.
10081008
[#13236](https://github.com/angular/angular.js/issues/13236))
10091009

10101010

1011-
## Breaking Changes
1012-
1013-
10141011
<a name="1.5.0-beta.2"></a>
10151012
# 1.5.0-beta.2 effective-delegation (2015-11-17)
10161013

@@ -1330,9 +1327,6 @@ requirement more strict and alerts the developer explicitly.
13301327
[#2318](https://github.com/angular/angular.js/issues/2318), [#9319](https://github.com/angular/angular.js/issues/9319), [#12159](https://github.com/angular/angular.js/issues/12159))
13311328

13321329

1333-
## Breaking Changes
1334-
1335-
13361330
<a name="1.3.20"></a>
13371331
# 1.3.20 shallow-translucence (2015-09-29)
13381332

@@ -1343,9 +1337,6 @@ requirement more strict and alerts the developer explicitly.
13431337
([d434f3db](https://github.com/angular/angular.js/commit/d434f3db53d6209eb140b904e83bbde401686c16))
13441338

13451339

1346-
## Breaking Changes
1347-
1348-
13491340
<a name="1.2.29"></a>
13501341
# 1.2.29 ultimate-deprecation (2015-09-29)
13511342

@@ -1372,9 +1363,6 @@ requirement more strict and alerts the developer explicitly.
13721363
[#9936](https://github.com/angular/angular.js/issues/9936))
13731364

13741365

1375-
## Breaking Changes
1376-
1377-
13781366
<a name="1.4.6"></a>
13791367
# 1.4.6 multiplicative-elevation (2015-09-17)
13801368

@@ -2203,9 +2191,7 @@ describe('$q.when', function() {
22032191

22042192
## Breaking Changes
22052193

2206-
### ngAnimate
2207-
2208-
- **$animateCss:** due to [d5683d21](https://github.com/angular/angular.js/commit/d5683d21165e725bc5a850e795f681b0a8a008f5),
2194+
- **ngAnimate** - $animateCss: due to [d5683d21](https://github.com/angular/angular.js/commit/d5683d21165e725bc5a850e795f681b0a8a008f5),
22092195
The $animateCss service will now always return an
22102196
object even if the animation is not set to run. If your code is using
22112197
$animateCss then please consider the following code change:
@@ -2289,9 +2275,7 @@ $animateProvider.classNameFilter(/ng-animate-special/);
22892275
```
22902276

22912277

2292-
### ngOptions
2293-
2294-
- ** due to [dfa722a8](https://github.com/angular/angular.js/commit/dfa722a8a6864793fd9580d8ae704a06d10b5509),
2278+
- **ngOptions**: due to [dfa722a8](https://github.com/angular/angular.js/commit/dfa722a8a6864793fd9580d8ae704a06d10b5509),
22952279

22962280

22972281
Although it is unlikely that anyone is using it in this way, this change does change the

0 commit comments

Comments
 (0)