Skip to content

Commit 43694d9

Browse files
docs(CHANGELOG): add info about $parse breaking change in 1.3.3
Closes angular#10054
1 parent 2b41a58 commit 43694d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@
4343
([8eabc546](https://github.com/angular/angular.js/commit/8eabc5463c795d87f37e5a9eacbbb14435024061),
4444
[#9942](https://github.com/angular/angular.js/issues/9942))
4545

46+
## Breaking Changes
4647

48+
- **$parse:** due to [fbad2805](https://github.com/angular/angular.js/commit/fbad2805703569058a4a860747b0e2d8aee36bdf),
49+
you can't use characters that have meaning in AngularJS expressions (ex.: `.` or `-`)
50+
as part of filter's name. Before this commit custom filters could contain special characters
51+
(like a dot) in their name but this wasn't intentional.
4752

4853
<a name="1.3.2"></a>
4954
# 1.3.2 cardiovasculatory-magnification (2014-11-07)

0 commit comments

Comments
 (0)