Skip to content

Commit

Permalink
Set release date, fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandjon committed Dec 21, 2014
1 parent 7755c05 commit b005101
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Release notes

## 0.2.1 (unreleased)
## 0.2.1 (2014-12-20)

- changed type checking keyword argument names: 'opt' -> 'or_none'
and 'nodups' -> 'unique'
- changed type checking keyword argument names: `opt` -> `or_none`
and `nodups` -> `unique`
- improved error messages for constructing Structs
- significant updates to readme and examples
- using opt=True on TypedField no longer implies that None is
- using `opt=True` on `TypedField` no longer implies that `None` is
the default value
- made mixin version of checktype() and checktype_seq()
- added check() and normalize() hooks to TypedField
- made mixin version of `checktype()` and `checktype_seq()`
- added `check()` and `normalize()` hooks to `TypedField`
- accessing fields descriptors from classes is now permissible
- added support for default values in general, and optional values
for type-checked fields
Expand Down

0 comments on commit b005101

Please sign in to comment.