summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-laptop>2010-05-28 23:32:46 +0200
committerAndreas Rumpf <andreas@andreas-laptop>2010-05-28 23:32:46 +0200
commit6c2050912166a4960b40c3825afb1a31cfdde0eb (patch)
treed753cb2baa1d18d4798d64a564fdb692c54146f7 /web
parente90665bff2e062598b51ada915c4861db6e94a8d (diff)
downloadNim-6c2050912166a4960b40c3825afb1a31cfdde0eb.tar.gz
explicit types for generic routines
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 94ba076b7..7de119d34 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -10,6 +10,13 @@ Bugfixes
 
 - Bugfix: Command line parsing on Windows and ``os.parseCmdLine`` now adheres
   to the same parsing rules as Microsoft's C/C++ startup code.
+- Bugfix: Passing a ``ref`` pointer to the untyped ``pointer`` type is invalid.
+- Bugfix: Updated ``keyval`` example.
+- Bugfix: ``system.splitChunk`` still contained code for debug output.
+- Bugfix: ``times.getStartMilsecs`` uses ``gettimeofday`` for Posix times. It
+  used to use ``clock`` which has the wrong semantics.
+- Bugfix: ``dialogs.ChooseFileToSave`` uses ``STOCK_SAVE`` instead of 
+  ``STOCK_OPEN`` for the GTK backend.
 
 
 Changes affecting backwards compatibility
@@ -24,6 +31,10 @@ Additions
 
 - The ``{.compile: "file.c".}`` pragma uses a CRC check to see if the file 
   needs to be recompiled.
+- Added ``system.reopen``. 
+- Added ``system.getCurrentException``.
+- Implemented explicit type arguments for generics.
+- Implemented implicit type arguments for generics.
 
 
 2010-03-14 Version 0.8.8 released