summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3a9ede1a6..406c5f1ec 100644
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,13 @@ New in 1.17:
* Bugs fixed
- - When compiling emacs lisp files, emacs is run with --no-site-file to
+ - Compiling Python modules with Python 3.5+ uses multiple optimization
+ levels.
+
+ - When compiling Emacs Lisp files, emacs is run with --no-site-file to
disable user config files that might hang or access the terminal.
- - Compiling Python modules with Python 3.5+ will use multiple optimization
- levels now.
+ - Emacs Lisp compilations respects silent make output.
* New features added