* fix handling `ForwardRef` in sub-types, like `Union`, [464](https://github.com/pydantic/pydantic/pull/464) by tiangolo
* fix secret serialization, [465](https://github.com/pydantic/pydantic/pull/465) by atheuz
* Support custom validators for dataclasses, [454](https://github.com/pydantic/pydantic/pull/454) by primal100
* fix `parse_obj` to cope with dict-like objects, [472](https://github.com/pydantic/pydantic/pull/472) by samuelcolvin
* fix to schema generation in nested dataclass-based models, [474](https://github.com/pydantic/pydantic/pull/474) by NoAnyLove
* fix `json` for `Path`, `FilePath`, and `DirectoryPath` objects, [473](https://github.com/pydantic/pydantic/pull/473) by mikegoodspeed