From f9a91a79c236535e5f2ecc4c281c1cae13736152 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Sat, 21 Apr 2018 21:59:47 +0100 Subject: [PATCH] Put upgrade of PHPStan under changed category --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b6e7290..f5afa0ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -### Added +### Changed - Upgrade PHPStan checks to level 7 (PR #856) + +### Added - Added event emitters for issued access and refresh tokens (PR #860) - Can now use Defuse\Crypto\Key for encryption/decryption of keys which is faster than the Cryto class (PR #812)