From b005101ebd87ce734840100e4837eee9e21f4440 Mon Sep 17 00:00:00 2001 From: Jon Brandvein Date: Sat, 20 Dec 2014 21:46:47 -0500 Subject: [PATCH] Set release date, fix formatting. --- CHANGES.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 51dfc5c..363262c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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