summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a084d22..4656fa2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and builtins
Extension modules
-----------------
+- difflib now supports HTML side-by-side diff.
+
- os.urandom has been added for systems that support sources of random
data.
@@ -63,6 +65,8 @@ Extension modules
Library
-------
+- difflib and diff.py can now generate HTML.
+
- bdist_rpm now includes version and release in the BuildRoot, and
replaces - by ``_`` in version and release.