summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ceefe90..6c9f5e5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,9 @@ Library
Tools/Demos
-----------
+- diff.py is a new script for print file diffs in context, unified, or ndiff
+ formats. Provides an alternate command line interface to difflib.py.
+
- texcheck.py is a new script for making a rough validation of Python LaTeX
files.