added missing file

This commit is contained in:
Araq
2015-01-27 01:33:30 +01:00
parent d08cec0f7d
commit a89ad11c3c
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# Special configuration file for the Nim project
gc:markAndSweep
hint[XDeclaredButNotUsed]:off
path:"$projectPath/../.."
path:"$lib/packages/docutils"
path:"$nim/compiler"
define:useStdoutAsStdmsg
symbol:nimsuggest
define:nimsuggest
cs:partial
#define:useNodeIds
define:booting
#define:noDocgen

View File

@@ -1,6 +1,7 @@
version 0.10
============
- document the improved c++ support
- improve the docs for inheritance
- The bitwise 'not' operator will be renamed to 'bnot' to
prevent 'not 4 == 5' from compiling. -> requires 'mixin' annotation for procs!