19 lines
526 B
Plaintext
19 lines
526 B
Plaintext
# Change Log
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
## [0.1.0] - 2016-11-03
|
|
|
|
### Added
|
|
- Changelog
|
|
- Started using [semver](http://semver.org/) for versioning.
|
|
|
|
### Changed
|
|
- Removed regex logic for getting the password's current salt, because come on.
|
|
- Make use of object RTPasswordInformation to extract information from hash for verifing logic.
|
|
|
|
|