From 18bedc67df7323954e149bba5e70b2d55b6ff7af Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 6 Oct 2021 14:09:37 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e45601a..8ed2419b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Official Py3.10 release +### Fixed + +- Fixed detection of custom repr when pretty printing dataclasses + ## [10.11.0] - 2021-09-24 ### Added