From 555301ce3ae0ba78054097584e24a528e3b7e797 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Wed, 23 Nov 2016 13:00:37 -0800 Subject: [PATCH] docs(changelog): add changelog for 2.2.3 original SHA: 380377139b5123d67b3dc5df4e0c87e091da5a59 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac9eeacf75a1..2537beeb35107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## [2.2.3](https://github.com/angular/angular/compare/2.2.2...2.2.3) (2016-11-23) + +### Bug Fixes + +* **compiler:** Revert: fix versions of `@angular/tsc-wrapped` ([015ca47](https://github.com/angular/angular/commit/015ca47)) +* **animations:** Revert: blend in all previously transitioned styles into next animation if interrupted ([c12e56e](https://github.com/angular/angular/commit/c12e56e)) + + # [2.3.0-beta.0](https://github.com/angular/angular/compare/2.2.0...2.3.0-beta.0) (2016-11-17)