summaryrefslogtreecommitdiff
path: root/changelog.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-06-07 10:23:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-06-07 10:23:55 -0700
commit65f0a13acefb06fd0e94f3a08b93102e20ecaf67 (patch)
tree52c38ca9fde153dbf62a54ea49b2fa64d889989c /changelog.txt
parent1551cf03d4589a87c381232cd7378c4dc459fe09 (diff)
Updated changelog.
Diffstat (limited to 'changelog.txt')
-rw-r--r--changelog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.txt b/changelog.txt
index 9323ea1..d6e244b 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -18,6 +18,7 @@
* Factored out `S_find_first_nonspace` in `S_proces_line`.
Added fields `offset`, `first_nonspace`, `indent`, and `blank`
to `cmark_parser` struct. This just removes some repetition.
+ * Fixed typo in `ENSURE_SIZE` macro (bryant).
* Added Racket Racket (5.3+) wrapper (Eli Barzilay).
* Removed -pg from Debug build flags (#47).
* Added Ubsan build target, to check for undefined behavior.