From ab25ffc92f40a58986ee58a77468413c0b46563e Mon Sep 17 00:00:00 2001 From: nikolas Date: Fri, 4 Oct 2019 11:24:48 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c13e3c8..a8fdfd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## x.y.z (unreleased) -- CommonMark now requires `future >= 0.14.0` on Python 2, for uniform `builtins` imports in Python 2/3 +- commonmark.py now requires `future >= 0.14.0` on Python 2, for uniform `builtins` imports in Python 2/3 +- Added CHANGELOG.md to the manifest file. ## 0.9.0 (2019-05-02) - The CommonMark spec has been updated to 0.29. Completed by @iamahuman.