diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-09-20 19:18:44 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-09-20 19:31:42 +0200 |
commit | 53b51fbf09f101da341fc0c3fb811982d6150631 (patch) | |
tree | 08d34029ed60a3c5b2b6b8a6918f765f83f860d2 | |
parent | 28129a9e8fbf8a0298585b1344b047a8eb2c68f4 (diff) |
Update NEWS
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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` |