diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c6a9e7c9..0c44bc648e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ -Version 4.10.4-dev +Version 4.10.5-dev ------------------ Nothing yet. +Version 4.10.4 (2020-12-20) +--------------------------- + +### Fixed + +* Fixed position information for variable-variables (#741). +* Fixed position information for traits/interfaces preceded by if statement (#738). + Version 4.10.3 (2020-12-03) ---------------------------