summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2010-08-01 14:49:54 +0200
committerAndreas Rumpf <rumpf_a@web.de>2010-08-01 14:49:54 +0200
commit03724c2952e4eea4d9e16f5b4eccec862a1ba21c (patch)
treee456ae6e514beae649defcc5596d40fd42f62f66 /web/news.txt
parentff02ce2d50d8a4b445f9fba6076527c3db62425c (diff)
downloadNim-03724c2952e4eea4d9e16f5b4eccec862a1ba21c.tar.gz
before stack init change
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index b7f02b5ac..f70bb5bdd 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -34,6 +34,10 @@ Changes affecting backwards compatibility
 - Removed ``strutils.splitLinesSeq``.
 - Removed ``strutils.splitSeq``.
 - Removed ``strutils.toString``.
+- If a DLL cannot be loaded (via the ``dynlib`` pragma) ``EInvalidLibrary`` 
+  is not raised anymore. Instead ``system.quit()`` is called. This is because
+  raising an exception requires heap allocations. However the memory manager
+  might be contained in the DLL that failed to load.
 
 
 Additions