From ac711f7e43cd86442fb69d3626ce6fd4b0353c98 Mon Sep 17 00:00:00 2001 From: Stadly Date: Thu, 25 Apr 2019 09:46:22 +0200 Subject: [PATCH] Release v0.20.0 --- CHANGELOG.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5b273..3d874a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,29 +4,17 @@ 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.19.0...HEAD) +## [v0.20.0](https://github.com/Stadly/PasswordPolice/compare/v0.19.0...v0.20.0) - 2019-04-25 ### Added - Character tree cutter separating a string root of specified length from the rest of the tree. - Possible to get length of entries in code maps. - Possible to code string in code maps. -### Changed -- Nothing - -### Fixed -- Nothing - -### Deprecated -- Nothing - ### Removed - Possibility to get code map for root of character tree. - `CharTree::getBranchesAfterRoot`. Use character treee cutter instead. -### Security -- Nothing - ## [v0.19.0](https://github.com/Stadly/PasswordPolice/compare/v0.18.0...v0.19.0) - 2019-04-24 ### Added