summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bb61a58ca..3e87735f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
This file lists major, incompatible or otherwise important changes, you should look at it after every update.
+2014-09-20 All PHP errors are now converted to exceptions and execution
+ terminates if they are not caught. This also works properly
+ with display_errors Off/stderr.
2014-08-29 Multipaste support
2014-08-29 Database migrations are no longer done automatically. You now have to run
`php index.php tools update_database`