summaryrefslogtreecommitdiff
path: root/NEWS.txt
AgeCommit message (Collapse)Author
2012-02-15Added to NEWS.Leonard Richardson
2012-02-09Bumped version number.Leonard Richardson
2012-02-09Added bug reference.Leonard Richardson
2012-02-09As a last-ditch attempt to turn data into Unicode, use errors=replace ↵Leonard Richardson
instead of errors=strict.
2012-02-09Patched over a bug in html5lib (?) that was crashing Beautiful Soup on ↵Leonard Richardson
certain kinds of markup. [bug=838800]
2012-02-09Unicode, Dammit now detects the encoding in HTML 5-style <meta> tags like ↵Leonard Richardson
<meta charset="utf-8" />. [bug=837268]
2012-02-09Improved Unicode, Dammit's behavior when you give it Unicode to begin with.Leonard Richardson
2012-02-09Fixed a bug that wrecked the tree if you replaced an element with an empty ↵Leonard Richardson
string. [bug=728697]
2012-02-09Fixed a bug that caused a crash when you passed a dictionary as an attribute ↵Leonard Richardson
value (possibly because you mistyped attrs). [bug=842419]
2012-02-08Rationalized the treatment of multi-valued HTML attributes such as 'class'Leonard Richardson
2012-02-08Moved the historical changelog into NEWS.Leonard Richardson
2012-02-08Added more detail to the NEWS.Leonard Richardson
2012-02-08Moved around a bunch of metadata.Leonard Richardson