* fix to schema generation for `IPvAnyAddress`, `IPvAnyInterface`, `IPvAnyNetwork` [498](https://github.com/pydantic/pydantic/pull/498) by pilosus
* fix variable length tuples support, [495](https://github.com/pydantic/pydantic/pull/495) by pilosus
* fix return type hint for `create_model`, [526](https://github.com/pydantic/pydantic/pull/526) by dmontagu
* **Breaking Change:** fix `.dict(skip_keys=True)` skipping values set via alias (this involves changing
`validate_model()` to always returns `Tuple[Dict[str, Any], Set[str], Optional[ValidationError]]`), [517](https://github.com/pydantic/pydantic/pull/517) by sommd
* fix to schema generation for `IPv4Address`, `IPv6Address`, `IPv4Interface`,
`IPv6Interface`, `IPv4Network`, `IPv6Network` [532](https://github.com/pydantic/pydantic/pull/532) by euri10
* add `Color` type, [504](https://github.com/pydantic/pydantic/pull/504) by pilosus and samuelcolvin