changelog++

This commit is contained in:
vishalnayak 2017-11-03 10:48:39 -04:00
parent ced60dbc0c
commit a1a9707a2c

View File

@ -17,6 +17,10 @@ DEPRECATIONS/CHANGES:
the TTL/max TTL values will now be an integer number of seconds rather than
a string. This better matches the API elsewhere in Vault.
FEATURES:
* ** RSA Support for Transit Backend**: Transit backend can now generate RSA
keys which can be used for encryption and signing. [GH-3489]
IMPROVEMENTS:
* api: Add ability to set custom headers on each call [GH-3394]