summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-06-01 11:24:00 -0400
committerMatthew Peveler <matt.peveler@gmail.com>2020-06-01 11:24:00 -0400
commite2bd181c6c9eb44b4e85c17aae9e5d1c3e500131 (patch)
treef6957e76215b1bb9a58ec46d945a3b54a342259b
parentd0022f173e7f2d471d4f82b955837ddfd31cafd4 (diff)
downloadasciidoc-py3-e2bd181c6c9eb44b4e85c17aae9e5d1c3e500131.tar.gz
add makefile changes to CHANGELOG
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--CHANGELOG.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index a980659..0907421 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -12,13 +12,11 @@ Version 9.0.0 (Unreleased)
- Add Catalan translation
- Add docbook5 backend
- Fix misspellings in various files and documents
-- Use UTC for testing instead of Pacific/Auckland (which observes daylight saving time).
-- Use "with" context statement for opening and closing files instead of older try/finally pattern.
+- Use UTC for testing instead of Pacific/Auckland (which observes daylight saving time)
+- Use "with" context statement for opening and closing files instead of older try/finally pattern
- Search sibling paths before system wide paths in asciidocapi
- Add manpage for testasciidoc.py
- Use argparse instead of optparse for argument parsing
-- Migrate from A-A-P based build system to Make
-- Running `make help` will now print out a helpful usage message
- Add simplified Chinese translation (thanks @muirmok)
- vim-asciidoc: speed up the refresh process for big files (thanks @aerostitch)
- Allow specifying floatstyle attribute for figures, tables, equations, examples in docbook (thanks @psaris)
@@ -30,6 +28,11 @@ Version 9.0.0 (Unreleased)
- make install did not include the unwraplatex.py filter
- Fix a2x option collection from input file with non-ascii encoding
+.Building
+- Migrate from hierarchical A-A-P build system to top-level Makefile
+- Add `make help` target that prints out usage message for make
+- Fix double slash issue in Makefile when installing asciidoc or its docs
+
.Testing
- Commit generated test files to the repository for continuous integration
- Test against Python 3.5+ on Travis-CI