changelog++

This commit is contained in:
Jeff Mitchell 2016-08-30 15:16:55 -04:00
parent 3ab68a0ad7
commit c3f4c419a1
1 changed files with 3 additions and 1 deletions

View File

@ -12,9 +12,11 @@ IMPROVEMENTS:
* api: Return error when an invalid (as opposed to incorrect) unseal key is
submitted, rather than ignoring it [GH-1782]
* auth/token: Added warnings if tokens and accessors are used in URLs [GH-1806]
* core: Allow the size of the read cache to be set via the config file, and
change the default value to 1MB (from 32KB) [GH-1784]
* auth/token: Added warnings if tokens and accessors are used in URLs [GH-1806]
* core: Allow single and two-character path parameters for most places
[GH-1811]
BUG FIXES: