Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2020-06-11 14:23:52 -07:00 committed by GitHub
parent 9d6cabadfc
commit 71515130db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ BUG FIXES:
* command/0.13upgrade: Do not add source for builtin provider [GH-25215]
* command/init: Fix bug which caused the default local plugindir to be omitted as a provider source location [GH-25214]
* command/format: Fix bug which caused some diagnostics to print empty source lines [GH-25156]
* config: Function argument expansion with `...` will no longer incorrectly return "Invalid expanding argument value" in situations where the expanding argument type isn't known yet. [GH-25216]
* config: Fix crash in validation with non-ascii characters [GH-25144]
* core: Fix crash with multiple nested modules [GH-25176]