From c428d4285df281ba9f3a622ad035be27176463e5 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 19 Nov 2019 14:35:59 +0000 Subject: [PATCH] docs: add mention to changelog (cherry picked from commit 36f17c92627564af12e839c84422b3f327afa27e) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4450f78d9..405ee77cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## Bug Fixes - **angular.merge:** do not merge __proto__ property ([726f49](https://github.com/angular/angular.js/commit/726f49dcf6c23106ddaf5cfd5e2e592841db743a)) - ([Thanks to the Snyk Security Research Team](https://snyk.io/blog/snyk-research-team-discovers-severe-prototype-pollution-security-vulnerabilities-affecting-all-versions-of-lodash/) for identifyng this issue.) +
(Thanks to the [Snyk Security Research Team](https://snyk.io/blog/snyk-research-team-discovers-severe-prototype-pollution-security-vulnerabilities-affecting-all-versions-of-lodash/) for identifyng this issue.) - **ngStyle:** correctly remove old style when new style value is invalid ([5edd25](https://github.com/angular/angular.js/commit/5edd25364f617083363dc2bd61f9230b38267578), [#16860](https://github.com/angular/angular.js/issues/16860),