From d556519548ef1c928a87e3e852b1733519b2aa39 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 11 Oct 2016 22:53:31 +0100 Subject: [PATCH] docs(CHANGELOG): add release notes for 1.2.32 and 1.4.14 --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41448e9e7..fb2d796e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,39 @@ + +# 1.4.14 material-distinction (2016-10-10) + +This release reverts the fix in 1.4.13 and provides an alternative fix that doesn't break Angular Material. + +## Reverts + +- **input:** ensure that hidden input values are correct after history back + ([ff7451129](https://github.com/angular/angular.js/commit/ff745112915ffa8249520218139b1a8021cd06d0)) + +## Bug Fixes +- **$compile:** ensure that hidden input values are correct after history back + ([35f3a4a0e](https://github.com/angular/angular.js/commit/35f3a4a0e30fef0e019ca0ea2ae434428eaff83b)) + + + +# 1.2.32 alternation-intention (2016-10-10) + +This release reverts the fix in 1.2.31 and provides an alternative fix that doesn't break Angular Material. + +## Reverts + +- **input:** ensure that hidden input values are correct after history back + ([ed44dd065](https://github.com/angular/angular.js/commit/ed44dd0659f346ced78a112e4a2b30d3af4fd572)) + +## Bug Fixes +- **$compile:** ensure that hidden input values are correct after history back + ([b8a0ecdd6](https://github.com/angular/angular.js/commit/b8a0ecdd6189fb111734eb5b6d4d473d0dcf4c36)) + + # 1.4.13 croaking-elderweed (2016-10-10) ## Bug Fixes - **input:** ensure that hidden input values are correct after history back - ([693d1334](https://github.com/angular/angular.js/commit/693d1334566f78987f5a361a100db4f889f35abd) + ([693d1334](https://github.com/angular/angular.js/commit/693d1334566f78987f5a361a100db4f889f35abd))