diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2015-04-28 21:23:59 -0700 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-28 21:24:05 -0700 | 
| commit | f31923f09c07da484aa74cdd10eb7552c71a4444 (patch) | |
| tree | 86e1c51c5b6928a4b3b01ac0e18b81e61d253f9c | |
| parent | 40c78bcba301d0d02d5179180983873b2e08fa3d (diff) | |
Updated changelog.txt.
| -rw-r--r-- | changelog.txt | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/changelog.txt b/changelog.txt index 2ac61d6..e622f0b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,22 @@ +[0.19.0] + +  * Fixed `_` emphasis parsing to conform to spec (jgm/CommonMark#317). +  * Updated `spec.txt`. +  * Compile static library with `-DCMARK_STATIC_DEFINE` (Nick Wellnhofer). +  * Suppress warnings about Windows runtime library files (Nick Wellnhofer). +    Visual Studio Express editions do not include the redistributable files. +    Set `CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_NO_WARNINGS` to suppress warnings. +  * Added appyeyor: Windows continuous integration (`appveyor.yml`). +  * Use `os.path.join` in `test/cmark.py` for proper cross-platform paths. +  * Fixed `Makefile.nmake`. +  * Improved `make afl`:  added `test/afl_dictionary`, increased timeout +    for hangs. +  * Improved README with a description of the library's strengths. +  * Pass-through Unicode non-characters (Nick Wellnhofer). +    Despite their name, Unicode non-characters are valid code points. They +    should be passed through by a library like libcmark. +  * Check return status of `utf8proc_iterate` (#27). +  [0.18.3]    * Include patch level in soname (Nick Wellnhofer). Minor version is | 
