diff options
-rw-r--r-- | docutils/HISTORY.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index fe0e30861..3e2b2aa3a 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -92,6 +92,8 @@ Changes Since 0.4 elements. - Dropped all ``name`` attributes of ``a`` elements (``id`` is universally supported now). + - ``template.txt`` is now opened in text mode instead of binary mode + (to ensure Windows compatibility). * docutils/writers/html4css1/template.txt: Added to project. |