* allow custom `get_field_config` on config classes [159](https://github.com/pydantic/pydantic/pull/159)
* add `UUID1`, `UUID3`, `UUID4` and `UUID5` types [167](https://github.com/pydantic/pydantic/pull/167), thanks Gr1N
* modify some inconsistent docstrings and annotations [173](https://github.com/pydantic/pydantic/pull/173), thanks YannLuo
* fix type annotations for exotic types [171](https://github.com/pydantic/pydantic/pull/171), thanks Gr1N
* Reuse type validators in exotic types [171](https://github.com/pydantic/pydantic/pull/171)
* scheduled monthly requirements updates [168](https://github.com/pydantic/pydantic/pull/168)
* add `Decimal`, `ConstrainedDecimal` and `condecimal` types [170](https://github.com/pydantic/pydantic/pull/170), thanks Gr1N