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

Commit 0dbf7dc

Browse files
committed
docs(changelog): add deprecation notice
- Add deprecation notice for `angular.lowercase` and `angular.uppercase`
1 parent 9399d68 commit 0dbf7dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2028,6 +2028,7 @@ This version of AngularJS is problematic due to a issue during its release. Plea
20282028

20292029
- The `ngTouch` module's `ngClick` directive has been deprecated and disabled by default. See the breaking
20302030
changes section for more information
2031+
- The `angular.lowercase` and `angular.uppercase` functions have been deprecated. It is recommended to use `String.prototype.toLowerCase` and `String.prototype.toUpperCase` functions instead.
20312032

20322033
## Bug Fixes
20332034

0 commit comments

Comments
 (0)