-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tuukka Mustonen
committed
Sep 27, 2016
1 parent
14edec3
commit 2fe30ad
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
|
||
**Changes**: | ||
|
||
- [#198](https://github.com/alecthomas/voluptuous/issues/198): | ||
`{}` and `[]` now always evaluate as is, instead of as any dict or any list. | ||
To specify a free-form list, use `list` instead of `[]`. To specify a | ||
free-form dict, use `dict` instead of `Schema({}, extra=ALLOW_EXTRA)`. | ||
|
||
**New**: | ||
|
||
**Fixes**: | ||
|
||
## 0.9.3 (2016-08-03) | ||
|
||
Changelog not kept for 0.9.3 and earlier releases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters