summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2009-04-26 14:27:20 +1200
committerStuart Rackham <srackham@methods.co.nz>2009-04-26 14:27:20 +1200
commit79de802188e5bfdc6fa4de721d95e846067dd8b6 (patch)
tree2a02578561b3c0966ca2c7c9efb66689fb203b3f
parent8a2b6783f84aaee6e0a3f4b67b24f2c846fb264b (diff)
downloadasciidoc-8.4.4.tar.gz
Updated CHANGELOG.8.4.4
-rw-r--r--CHANGELOG.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ecf6625..0268f90 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -17,15 +17,21 @@ Version 8.4.4 (2009-04-26)
information. If the 'trace' attribute is defined then
element-by-element diagnostic messages detailing output markup
generation are printed to stderr.
+- Added 'literal' paragraph style (allows 'literal' style to be
+ applied to normal paragraphs).
- Deleted unused `replacements2` from `xhtml11.conf`.
- Added `replacements2` to default substitutions.
- 'testasciidoc.py': messages to 'stdout', only diffs to 'stderr'.
+- Added transparency to `smallnew.png` image.
.Bug fixes
- All combinations of leading comments and attribute entries at the
start of a document are now skipped correctly.
- FIXED: `./configure` doesn't support `--docdir` as expected (patch
submitted by Artem Zolochevskiy)
+- FIXED: Constrained quotes were incorrectly matched across line
+ boudaries e.g. the string `+\nabc+` incorrectly matched a monospace
+ quote.
Version 8.4.3 (2009-04-13)