diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-07-03 15:10:36 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-07-03 15:10:36 -0400 |
commit | ef51996386270f8bc3d7b4e4272d8b117b4f41af (patch) | |
tree | 4570b2214c25707d3f090fb731d335f64e0fdbcd /NEWS.txt | |
parent | fad4290ac93a33d7052ea1c7a73fb992b9579c3a (diff) |
Use logging.warning() instead of warning.warn() to notify the user that characters were replaced with REPLACEMENT CHARACTER. [bug=1013862]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ += 4.1.2 (Unreleased) = + +* Use logging.warning() instead of warning.warn() to notify the user + that characters were replaced with REPLACEMENT + CHARACTER. [bug=1013862] + = 4.1.1 (20120703) = * Fixed an html5lib tree builder crash which happened when html5lib |