changelog++

This commit is contained in:
Jeff Mitchell 2017-12-18 13:07:05 -05:00
parent 30f8c8d80c
commit 313360a686
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ DEPRECATIONS/CHANGES:
accept both strings and integer numbers of seconds for its lease value. The
value returned on a role read will be an integer number of seconds instead
of a human-friendly string.
* Unprintable characters not allowed in API names: Unprintable characters are
no longer allowed in names in the API (paths and path parameters), with an
extra restriction on whitespace characters. Allowed characters are those
that are considered printable by Unicode plus spaces.
FEATURES: