- Commit
- 65f0a13acefb06fd0e94f3a08b93102e20ecaf67
- Parent
- 1551cf03d4589a87c381232cd7378c4dc459fe09
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Updated changelog.
My personal build of CMark ✏️
Updated changelog.
1 file changed, 1 insertion, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | changelog.txt | 1 | 1 | 0 |
diff --git 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.