diff --git a/CHANGELOG.md b/CHANGELOG.md index 959d0a8ca..ac34a00d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,16 @@ BUG FIXES: - * storage/postgresql: The `Get` method will now return an Entry object with the - `Key` member correctly populated with the full path that was requested instead - of just the last path element [GH-6044]. - + * storage/postgresql: The `Get` method will now return an Entry object with + the `Key` member correctly populated with the full path that was requested + instead of just the last path element [GH-6044] + IMPROVEMENTS: - * auth/jwt: The supported set of signing algorithms is now configurable - [JWT plugin GH-16]. + + * auth/jwt: The supported set of signing algorithms is now configurable [JWT + plugin GH-16] + * secret/transit: ECDSA signatures can now be marshaled in JWS-compatible + fashion [GH-6077] ## 1.0.2 (January 15th, 2019)