changelog++

This commit is contained in:
Jeff Mitchell 2018-07-06 15:46:10 -04:00
parent 4a3fe87a39
commit 25d9341df0
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## Next
IMPROVEMENTS:
* core: A `max_request_size` parameter can now be set per-listener to adjust
the maximum allowed size per request [GH-4824]
BUG FIXES:
* secrets/database: Fix panic during DB creds revocation [GH-4846]