summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index a6ea95e..46c07f1 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -3,13 +3,23 @@ AsciiDoc ChangeLog
:website: https://asciidoc-py.github.io/
+Version 10.1.2 (2022-02-17)
+---------------------------
+.Bug fixes
+- DESTDIR passed to pip as part of make install
+- Add number of missing files to release tarballs
+- Fix parsing asciidoc_opt values with spaces for a2x
+
+.Miscellaneous
+- Cleanup unused parts of Makefile
+- Website files removed from main asciidoc-py repo
+
Version 10.1.1 (2021-12-20)
---------------------------
.Bug fixes
- Fix RuntimeWarning when executing asciidoc or a2x within repository
- Fix index out of range error in a2x (thanks @osmith42)
-
Version 10.1.0 (2021-12-17)
---------------------------
.Features