File tree 1 file changed +1
-13
lines changed
1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to `PasswordPolice` will be documented in this file.
4
4
5
5
Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
6
6
7
- ## [ Unreleased ] ( https://github.com/Stadly/PasswordPolice/compare/v0.15.0...HEAD )
7
+ ## [ v0.16.0 ] ( https://github.com/Stadly/PasswordPolice/compare/v0.15.0...v0.16.0 ) - 2019-01-28
8
8
9
9
### Added
10
10
- Conditional rule that only invokes the rule if the condition is true. Useful for example for checking Have I Been Pwned? periodically.
@@ -13,18 +13,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
13
13
- Instead of using the abstract class ` ChainableFormatter ` , chaining of date formatters is implemented using the trait ` FormatterChaining ` .
14
14
- Instead of using the abstract class ` ChainableFormatter ` , chaining of word formatters is implemented using the trait ` FormatterChaining ` .
15
15
16
- ### Fixed
17
- - Nothing
18
-
19
- ### Deprecated
20
- - Nothing
21
-
22
- ### Removed
23
- - Nothing
24
-
25
- ### Security
26
- - Nothing
27
-
28
16
## [ v0.15.0] ( https://github.com/Stadly/PasswordPolice/compare/v0.14.0...v0.15.0 ) - 2019-01-22
29
17
30
18
### Added
You can’t perform that action at this time.
0 commit comments