From b9b0fb7d46b3775745e8ef0a4891e0856c404ec4 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Fri, 4 Oct 2024 10:17:53 +0100 Subject: [PATCH] Update README, bump version --- README.md | 7 +++++++ gradle.properties | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3db6d2a..8986c9e 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,13 @@ incomplete or incorrect, please [open an issue](https://github.com/Saxonica/xmld ## Change log +* **0.12.0** Fix type equality comparison, fix parameterized type purposes + + Fixed the issue where the purposes for all params were output for each + type parameter (fixed [#18](https://github.com/Saxonica/xmldoclet/issues/18)). + Replaced the awful type equality hack with a proper comparison. + (fixed [#16](https://github.com/Saxonica/xmldoclet/issues/16)). + * **0.11.0** Improve type equality comparison when looking for overrides The solution here is a fairly awful hack. Will have to come back to this and try to do better. diff --git a/gradle.properties b/gradle.properties index 43b3c89..e712494 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -docletVersion=0.11.0 -schemaVersion=0.11.0 +docletVersion=0.12.0 +schemaVersion=0.12.0 docletTitle=XmlDoclet docletName=xmldoclet