From f604109168d9dcaca6e0ad3f53c49908b9e797db Mon Sep 17 00:00:00 2001 From: Andrew Millington Date: Sat, 31 Aug 2019 18:59:03 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9276547..ed0bd7a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added (v9) +- A CryptKeyInterface to allow developers to change the CryptKey implementation with greater ease (PR #1044) + ### Fixed - Clients are now explicitly prevented from using the Client Credentials grant unless they are confidential to conform with the OAuth2 spec (PR #1035)