Skip to content

Commit

Permalink
Updated the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Feb 1, 2018
1 parent 5d71e36 commit da686a3
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Changelog
# Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.1.0 - 2018-02-01

### Added

- [#29](https://github.com/ezimuel/PHP-Secure-Session/issues/29) added the
`PHPSecureSession\Exception\AuthenticationFailedException` in case of
authentication error of `SecureHandler::decrypt()`.

### Changed

- [d39d3aa](https://github.com/ezimuel/PHP-Secure-Session/commit/d39d3aa381ebc9cd98b6de59b34ec7129d43a8fd)
refactored the unit test removing the usage of `@runInSeparateProcess`.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

0 comments on commit da686a3

Please sign in to comment.