diff --git a/CHANGES.rst b/CHANGES.rst index b36d5cbd916..eb332121848 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,8 +20,7 @@ Changelog Bugfixes -------- -- Fixed a type error with reified properties caused by the - conditional import of `Protocol`. +- Fixed a type error caused by the conditional import of `Protocol`. `#5111 `_