We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3b34a commit 5fc8127Copy full SHA for 5fc8127
README.md
@@ -117,3 +117,7 @@ Much of the output is the result of experimentation and exploring the
117
Javadoc APIs. If you discover that xmldoclet produces output that
118
doesn’t conform to the schema, or if you think that the output is
119
incomplete or incorrect, please [open an issue](https://github.com/Saxonica/xmldoclet/issues).
120
+
121
+## Change log
122
123
+* **0.5.0** String constants now use “backslash-U” escapes for non-ASCII characters.
gradle.properties
@@ -1,4 +1,4 @@
1
-docletVersion=0.4.0
2
-schemaVersion=0.4.0
+docletVersion=0.5.0
+schemaVersion=0.5.0
3
docletTitle=XmlDoclet
4
docletName=xmldoclet
0 commit comments