Skip to content

Commit

Permalink
Update README, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Oct 4, 2024
1 parent f1e503c commit b9b0fb7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docletVersion=0.11.0
schemaVersion=0.11.0
docletVersion=0.12.0
schemaVersion=0.12.0
docletTitle=XmlDoclet
docletName=xmldoclet

0 comments on commit b9b0fb7

Please sign in to comment.