Skip to content

Commit

Permalink
Added note about backward incompatible change
Browse files Browse the repository at this point in the history
The change in pull request #324 can be backward incompatible if a default value does not validate against the schema
  • Loading branch information
svisser authored and alecthomas committed Feb 9, 2018
1 parent aa29b08 commit a206303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- [#279](https://github.com/alecthomas/voluptuous/pull/279):
Treat Python 2 old-style classes like types when validating.
- [324](https://github.com/alecthomas/voluptuous/pull/324):
Default values MUST now pass validation just as any regular value.
Default values MUST now pass validation just as any regular value. This is a backward incompatible change if a schema uses default values that don't pass validation against the specified schema.

## [0.10.5]

Expand Down

0 comments on commit a206303

Please sign in to comment.