changelog++

This commit is contained in:
Calvin Leung Huang 2018-03-27 11:31:29 -04:00
parent 8d9295c539
commit a8ffa6b663
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ IMPROVEMENTS:
* secret/cassandra: Update Cassandra storage delete function to not use batch
operations [GH-4054]
BUG FIXES:
* auth/token: Revoke-orphan and tidy operations now correctly cleans up the
parent prefix entry in the underlying storage backend. These operations also
mark corresponding child tokens as orphans by removing the parent/secondary
index from the entries. [GH-4193]
## 0.9.6 (March 20th, 2018)
DEPRECATIONS/CHANGES: