summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-laptop>2010-04-05 19:47:18 +0200
committerAndreas Rumpf <andreas@andreas-laptop>2010-04-05 19:47:18 +0200
commite90665bff2e062598b51ada915c4861db6e94a8d (patch)
treed05a0cfdc7b0b9f84e9ed362eee21a17edab2373 /web
parentb2ad7b30dc5866a92e239acfd6032e5fb005a240 (diff)
downloadNim-e90665bff2e062598b51ada915c4861db6e94a8d.tar.gz
crc check for external files to compile; bugfix: os.parseCmdLine
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 5096f9af4..94ba076b7 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -5,6 +5,12 @@ News
 2010-XX-XX Version 0.8.10 released
 ==================================
 
+Bugfixes
+--------
+
+- Bugfix: Command line parsing on Windows and ``os.parseCmdLine`` now adheres
+  to the same parsing rules as Microsoft's C/C++ startup code.
+
 
 Changes affecting backwards compatibility
 -----------------------------------------
@@ -13,6 +19,12 @@ Changes affecting backwards compatibility
   unless they are used in the same module.
 
 
+Additions
+---------
+
+- The ``{.compile: "file.c".}`` pragma uses a CRC check to see if the file 
+  needs to be recompiled.
+
 
 2010-03-14 Version 0.8.8 released
 =================================