diff options
| author | Tobias Bosch | 2014-03-13 16:02:02 -0700 |
|---|---|---|
| committer | Tobias Bosch | 2014-03-21 11:32:54 -0700 |
| commit | ef88a8a020864c46651add2d945c8480553ecaea (patch) | |
| tree | c4436dc46689c1082299be499105213396fb8f7c | |
| parent | 86ab885fd960c5f48a5355c82dcf8e3bd7d1ab46 (diff) | |
| download | angular.js-ef88a8a020864c46651add2d945c8480553ecaea.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 |
