Skip to content

Commit c1cf053

Browse files
docs(CHANGELOG): update changelog for 1.4.0-beta.3 and 1.3.12
1 parent 2e5a7e5 commit c1cf053

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
- **$controller:** throw better error when controller expression is bad
1414
([dda65e99](https://github.com/angular/angular.js/commit/dda65e992b72044c0fa0c8f5f33184028c0e3ad7),
1515
[#10875](https://github.com/angular/angular.js/issues/10875), [#10910](https://github.com/angular/angular.js/issues/10910))
16-
- **$parse:** remove references to last arguments to a fn call
16+
- **$parse:**
17+
- handle null targets at assign
18+
([2e5a7e52](https://github.com/angular/angular.js/commit/2e5a7e52a0385575bbb55a801471b009afafeca3))
19+
- remove references to last arguments to a fn call
1720
([e61eae1b](https://github.com/angular/angular.js/commit/e61eae1b1f2351c51bcfe4142749a4e68a2806ff),
1821
[#10894](https://github.com/angular/angular.js/issues/10894))
1922
- **a:** don't reload if there is only a name attribute
@@ -41,6 +44,9 @@
4144
- **$compile:** allow using bindToController as object, support both new/isolate scopes
4245
([35498d70](https://github.com/angular/angular.js/commit/35498d7045ba9138016464a344e2c145ce5264c1),
4346
[#10420](https://github.com/angular/angular.js/issues/10420), [#10467](https://github.com/angular/angular.js/issues/10467))
47+
- **filter:** support conversion to timezone other than UTC
48+
([c6d8512a](https://github.com/angular/angular.js/commit/c6d8512a1d7345516d1bd9a039d81821b9518bff),
49+
[#10858](https://github.com/angular/angular.js/issues/10858))
4450
- **ngMocks:** cleanup $inject annotations after each test
4551
([0baa17a3](https://github.com/angular/angular.js/commit/0baa17a3b7ad2b242df2b277b81cebdf75b04287))
4652

@@ -49,6 +55,8 @@
4955

5056
- **$scope:** Add a property $$watchersCount to scope
5157
([c1500ea7](https://github.com/angular/angular.js/commit/c1500ea775c4cb130088b7d5bb5fb872bda50bae))
58+
- **$parse** new and more performant parser
59+
([0d42426](https://github.com/angular/angular.js/commit/0d424263ead16635afb582affab2b147f8e71626))
5260

5361

5462
## Breaking Changes
@@ -88,7 +96,7 @@ is marked as optional and the attribute is not specified, no function will be ad
8896

8997

9098

91-
99+
92100
<a name="1.4.0-beta.2"></a>
93101
# 1.4.0-beta.2 holographic-rooster (2015-01-26)
94102

0 commit comments

Comments
 (0)