summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2011-05-25 16:29:58 +0200
committerJensDiemer <git@jensdiemer.de>2011-05-25 16:29:58 +0200
commit8e0c796530a5bd5174d053e31b96d883bba86d02 (patch)
tree5226ed8b05a9adafd594ea2d235b39b9b65a8987 /README
parent7566b9b892209db23ac73f7864278fa8b0ffe586 (diff)
downloadcreole-callable-unknown.tar.gz
* Change version string to v0.5, because API changedcallable-unknown
* update README * add a unittest for \"use_html_macro\" callable * update 'cross compage' unittests (newline after headline) * some code cleanup
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 6bdf25d..2bf82cc 100644
--- a/README
+++ b/README
@@ -41,6 +41,10 @@ See also: http://github.com/jedie/python-creole/blob/master/demo.py
history
=========
+- v0.5
+
+ - API changed: Html2CreoleEmitter optinal argument 'unknown_emit' taks now a callable for handle unknown html tags.
+
- v0.4
- only emit children of empty tags like div and span (contributed by Eric O'Connell)