From 4759e3f5089631cec4caaece25b98f52636ec142 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 30 Jun 2016 14:48:03 -0500 Subject: [PATCH] Added CHANGELOG for #3 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3f420c..de6a08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.5.2 - TBD +## 2.5.2 - 2016-06-30 ### Added @@ -21,4 +21,6 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- Nothing. +- [#3](https://github.com/zendframework/zend-escaper/pull/3) updates the + the escaping mechanism to add support for escaping characters outside the Basic + Multilingual Plane when escaping for JS, CSS, or HTML attributes.