From 05f5d9003445b7d1dbdc2658df3debc64ea4ad70 Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Sat, 21 Apr 2018 21:39:28 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 045e54e3..fcf87c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added +- Upgrade PHPStan checks to level 7 (PR #893) - 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)