Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuukka Mustonen committed Sep 27, 2016
1 parent 14edec3 commit 2fe30ad
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
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.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ To file a bug, create a [new issue](https://github.com/alecthomas/voluptuous/iss

The documentation is provided [here] (http://alecthomas.github.io/voluptuous/).

## Changelog

See [CHANGELOG.md](CHANGELOG.md).

## Show me an example

Twitter's [user search API](https://dev.twitter.com/docs/api/1/get/users/search) accepts
Expand Down

0 comments on commit 2fe30ad

Please sign in to comment.