From e79899a12c0b6c351887f00863d6976296e08eba Mon Sep 17 00:00:00 2001 From: Stadly Date: Wed, 24 Apr 2019 10:09:39 +0200 Subject: [PATCH] Release v0.19.0 --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db0d83..ef36796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to `PasswordPolice` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## [Unreleased](https://github.com/Stadly/PasswordPolice/compare/v0.18.0...HEAD) +## [v0.19.0](https://github.com/Stadly/PasswordPolice/compare/v0.18.0...v0.19.0) - 2019-04-24 ### Added - Truncator formatter truncating strings that are longer than the length limit. @@ -28,15 +28,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip - Mixed case converter discarded empty strings. - Upper case converter discarded empty strings. -### Deprecated -- Nothing - ### Removed - `CharTree::getTreeTrimmedToLength`. Use truncator combined with length filter instead. -### Security -- Nothing - ## [v0.18.0](https://github.com/Stadly/PasswordPolice/compare/v0.17.0...v0.18.0) - 2019-04-15 ### Added