aboutsummaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-01 16:20:26 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-01 16:20:26 -0700
commitab71d9e300b3168c68c29b71d2de631497ae9bfe (patch)
treea25ea71c3c7525d275228076692cf02354c98000 /changelog.txt
parent98fd3aaa18f7a53ca6b32dc22d4465f2f14a1ba1 (diff)
Update changelog.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 0c91a30..938a104 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -24,6 +24,15 @@
* Clarify definition of delimiter runs (Aidan Woods, #485).
* Clarify precedence of thematic breaks over list items
in the list spec, not just the thematic break spec (Aidan Woods).
+ * Clarify definition of link labels and normalization
+ procedure (Matthias Geier, #479).
+ * Clarify that the end of an HTML block is determined by its
+ start, and is not changed by HTML tags encountered inside
+ the block. Give an example of a case where a block ends
+ before an interior element has been closed (Yuki Izumi, #459).
+ In the future we might consider changing the spec to handle
+ this case more intuitively; this change just documents more
+ explicitly what the spec requires.
* Acknowledge Aaron Swartz's role in developing Markdown.
* Remove misleading backslash in example for disabling image markup
(Matthias Geier).