diff options
| author | Tobias Bosch | 2014-03-13 16:02:02 -0700 | 
|---|---|---|
| committer | Tobias Bosch | 2014-03-13 16:03:20 -0700 | 
| commit | e8c6b9bf25835685f666cbfb3022e66cf7e2308e (patch) | |
| tree | 5b0eab56fad440557a774fd8c45dc90fc5834ebb | |
| parent | 5412372e93558c73eb44123ffd5c3b51aaa51f41 (diff) | |
| download | angular.js-e8c6b9bf25835685f666cbfb3022e66cf7e2308e.tar.bz2 | |
chore(CHANGELOG.md): add input type date PR as breaking change
Related to #6630
| -rw-r--r-- | CHANGELOG.md | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index 4265c9bd..3e71d2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,9 @@  - **build:** due to [eaa1d00b](https://github.com/angular/angular.js/commit/eaa1d00b24008f590b95ad099241b4003688cdda),    As communicated before, IE8 is no longer supported. +- **input:** types date, time, datetime-local, month, week now always +  require a `Date` object as model ([46bd6dc8](https://github.com/angular/angular.js/commit/46bd6dc88de252886d75426efc2ce8107a5134e9), +   [#5864](https://github.com/angular/angular.js/issues/5864))  For more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html | 
