From f1d61e75ee0e0d418e5d0e2142ddfcd4c6a43d7a Mon Sep 17 00:00:00 2001 From: Grey Li Date: Fri, 24 Aug 2018 19:09:23 +0800 Subject: [PATCH] Ready for release 0.4.2 --- CHANGES.rst | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e5d7400..2672701 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,10 +4,12 @@ Changelog 0.4.2 ----- -Release date: – +Release date: 2018/8/24 - Add documentation. - Remove built-in support for markdown plugin since it's unmaintained and not work with CKEditor > 4.6. +- Rename argument ``codesnippet`` to ``enable_codesnippet`` in ``ckeditor.config()``. +- Add ``serve_local`` argument for ``ckeditor.load()``. 0.4.1 ----- diff --git a/setup.py b/setup.py index 5c6fa95..4b2f4af 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='Flask-CKEditor', - version='0.4.1', + version='0.4.2', url='http://github.com/greyli/flask-ckeditor', license='MIT', author='Grey Li',