From b486fe82fc07d85355311c13160a9fadc2f65831 Mon Sep 17 00:00:00 2001 From: Adrian Papari Date: Mon, 21 Aug 2023 13:00:40 +0200 Subject: [PATCH] fix changelog --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df40fc..5249970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,11 +34,6 @@ - Fix parsing the signature involving formal type parameters. - Resolving inherited methods from interfaces failed to traverse the hierarchy beyond the first interface. -### Known issues -- The sift (self) template shows duplicate entries for some DSL functions. This is due to sift not properly - resolving the generic types of inherited methods, leading to failure to identify the abstract method - and the implementation as having the same method signature. - ## sift-0.14.0 2023-07-07