diff options
author | JensDiemer <git@jensdiemer.de> | 2020-01-19 11:13:46 +0100 |
---|---|---|
committer | JensDiemer <git@jensdiemer.de> | 2020-01-19 11:13:46 +0100 |
commit | fe67bd6e548cec18fb6f56bc0b9557aa347cf131 (patch) | |
tree | be247082d1344cce1b3b4b0236642f946f9c6864 /README.creole | |
parent | ec6e9f5999997a6e02caa49a324ab7b49dc0ab53 (diff) | |
download | creole-fe67bd6e548cec18fb6f56bc0b9557aa347cf131.tar.gz |
update README
Diffstat (limited to 'README.creole')
-rw-r--r-- | README.creole | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/README.creole b/README.creole index 706d15e..83dfadd 100644 --- a/README.creole +++ b/README.creole @@ -206,7 +206,17 @@ Note: In this case you must install **docutils**! See above. = history = -* *dev* - [[https://github.com/jedie/python-creole/compare/v1.3.2...master|compare v1.3.2...master]] +* *dev* - [[https://github.com/jedie/python-creole/compare/v1.4.1...master|compare v1.4.1...master]] +** TBC +* v1.4.1 - 2020-01-19 - [[https://github.com/jedie/python-creole/compare/v1.4.0...master|compare v1.4.0...master]] +** Remove Python v2 support code +** [[https://github.com/jedie/python-creole/issues/26|Fix "Undefined substitution referenced" error]] contributed by dforsi +** [[https://github.com/jedie/python-creole/pull/37|Fix regression in tests for setup_utils]] contributed by jugmac00 +** Fix code style with: autopep8 +** sort imports with isort +** change old {{{%-formatted}}} and {{{.format(...)}}} strings into Python 3.6+'s {{{f-strings}}} with flynt +** Activate linting in CI pipeline +* v1.4.0 - 2020-01-19 - [[https://github.com/jedie/python-creole/compare/v1.3.2...master|compare v1.3.2...master]] ** modernize project: *** use poetry *** Add a {{{Makefile}}} @@ -236,7 +246,7 @@ Note: In this case you must install **docutils**! See above. ** NEW: Add {{{<<toc>>}}} macro to create a table of contents list ** Bugfix for: AttributeError: 'CreoleParser' object has no attribute '_escaped_char_repl' ** Bugfix for: AttributeError: 'CreoleParser' object has no attribute '_escaped_url_repl' -** API Change: Callable macros will raise a TypeError instead of create a DeprecationWarning (Was removed in v0.5) +** API Change: Callable macros will raise a TypeError instead of create a DeprecationWarning (Was removed in v0.5) * v1.1.1 - 2013-11-08 ** Bugfix: Setup script exited with error: can't copy 'README.creole': doesn't exist or not a regular file * v1.1.0 - 2013-10-28 |