From 19a28edebdd112503761ca6e06ac455e078c288e Mon Sep 17 00:00:00 2001 From: "J. King" Date: Fri, 20 Dec 2019 18:36:38 -0500 Subject: [PATCH] Restore changelog --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b888cf4..e5b0176 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,13 @@ New features: - Added \MensBeam\Intl\Encoding abstract class with createDecoder() and matchLabel() static methods +Version 0.6.0 (2019-12-18) +========================== + +New features: +- Added $allowSurrogates parameter to Encoding constructor +- Added posErr public instance property to Encoding + Version 0.5.0 (2019-12-13) ==========================