diff --git a/README.md b/README.md index b67d977..cf18b2d 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,12 @@ incomplete or incorrect, please [open an issue](https://github.com/Saxonica/xmld ## Change log +* **0.8.0** Fixed method names + + Output the “simple” method name in the name attribute on method elements. + The full signature is also provided and the parameters and their types are available + from children. + * **0.7.0** Improved presentation of interfaces Reworked the way interfaces are presented so that the methods inherited diff --git a/gradle.properties b/gradle.properties index a86bd7d..be67956 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -docletVersion=0.7.0 -schemaVersion=0.7.0 +docletVersion=0.8.0 +schemaVersion=0.8.0 docletTitle=XmlDoclet docletName=xmldoclet