diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,6 +1,26 @@ Bleach Changes ============== +Version 1.4 +----------- + +- Update linkify to use etree type Treeewalker instead of simpletree. +- Updated html5lib to version >= 0.999. +- Update all code to be compatible with Python 3 and 2 using six. +- Switch to Apache License. + + +Version 1.3 +----------- + +- Used by Python 3-only fork. + + +Version 1.2.2 +------------- + +- Pin html5lib to version 0.95 for now due to major API break. + Version 1.2.1 ------------- |