From ac16b151bad9d4d4bae6e6ac35c52b2c5173ec7a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 14 Sep 2015 22:39:12 +0100 Subject: [PATCH] Added more bugfixes to news.txt --- web/news.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/web/news.txt b/web/news.txt index 4c7f23cf6c..1a312f67b3 100644 --- a/web/news.txt +++ b/web/news.txt @@ -306,6 +306,26 @@ xist" (`#2183 `_) - Fixed "gctest segfaults with --gc:markandsweep on x86_64" (`#2305 `_) + - Fixed "Coroutine changes break compilation on unsupported architectures" + (`#3245 `_) + - Fixed "Bugfix: Windows 32bit TinyCC support issue fixed" + (`#3237 `_) + - Fixed "db_mysql getValue() followed by exec() causing error" + (`#3220 `_) + - Fixed "xmltree.newEntity creates xnCData instead of xnEntity" + (`#3282 `_) + - Fixed "Methods and modules don't work together" + (`#2590 `_) + - Fixed "String slicing not working in the vm" + (`#3300 `_) + - Fixed "internal error: evalOp(mTypeOf)" + (`#3230 `_) + - Fixed "#! source code prefix collides with Unix Shebang" + (`#2559 `_) + - Fixed "wrong codegen for constant object" + (`#3195 `_) + - Fixed "Doc comments inside procs with implicit returns don't work" + (`#1528 `_) 2015-05-04 Version 0.11.2 released