summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-09-20 19:18:44 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-09-20 19:31:42 +0200
commit53b51fbf09f101da341fc0c3fb811982d6150631 (patch)
tree08d34029ed60a3c5b2b6b8a6918f765f83f860d2
parent28129a9e8fbf8a0298585b1344b047a8eb2c68f4 (diff)
Update NEWS
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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`