From 32ee751b68de68f40e77a9aa00b5129fbb98e8f6 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Wed, 12 Dec 2018 11:23:58 -0600 Subject: [PATCH] Adds CHANGELOG entry for #69 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef0e48a..e3e85f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,11 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- Nothing. +- [#69](https://github.com/zendframework/zend-filter/pull/69) adds `Zend\Filter\StringSufix`; when provided with a string `suffix` + option, it will suffix scalar values with that string. + +- [#69](https://github.com/zendframework/zend-filter/pull/69) adds `Zend\Filter\StringPrefix`; when provided with a string `prefix` + option, it will prefix scalar values with that string. ### Changed