From c9b42514136eb46c7bbbf2d67ae6a9ba196baa2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matias=20Niemel=C3=A4?= Date: Fri, 18 Mar 2016 15:36:28 -0700 Subject: [PATCH] chore(CHANGELOG): update version reference --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1136f875bb..9d8a7e40c008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -214,7 +214,7 @@ This release reverts a breaking change that accidentally made it into the 1.5.1 ## Breaking Changes ### Upgrade to 1.5.1 -This version of AngularJS is problematic due to a issue during its release. Please upgrade to version 1.5.1. +This version of AngularJS is problematic due to a issue during its release. Please upgrade to version [1.5.2](#1.5.2). - **ngAria:** due to [d06431e5](https://github.com/angular/angular.js/commit/d06431e5309bb0125588877451dc79b935808134), Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for `aria-multiline` on textareas has been removed.