docs: add changelog for PR 12940

This commit is contained in:
zmstone 2024-04-27 21:19:40 +02:00
parent 5f4215b333
commit e76c350d30
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Fix config update API `/configs` 500 error when config has bad HOCON syntax.
Now bad syntax will cause the API to return 400 (BAD_REQUEST).