Update CHANGELOG.md

This commit is contained in:
Martin Atkins 2017-07-18 10:02:41 -07:00 committed by GitHub
parent ac250d2792
commit a2ef0ce9a3
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
## 0.10.0-rc1 (Unreleased)
IMPROVEMENTS:
BUG FIXES:
* Handle correctly the `.exe` suffix on locally-compiled provider plugins on Windows systems. [GH-15587]
INTERNAL CHANGES:
* helper/schema: Actively disallow reserved field names in schema [GH-15522]
* helper/schema: Force field names to be alphanum lowercase + underscores [GH-15562]