diff --git a/README.md b/README.md index b460e8c..794adb7 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,11 @@ incomplete or incorrect, please [open an issue](https://github.com/Saxonica/xmld ## Change log +* **0.15.0** Show nested classes and interfaces + + As a convenience, the list of `classref` and `interfaceref` elements in a package + now includes nested classes and interfaces. + * **0.14.0** Fixed package name The package name was sometimes (e.g., in the superclass type) diff --git a/gradle.properties b/gradle.properties index ee9c050..d657db1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -docletVersion=0.14.0 +docletVersion=0.15.0 schemaVersion=0.13.0 docletTitle=XmlDoclet docletName=xmldoclet