diff options
author | Araq <rumpf_a@web.de> | 2012-04-04 21:26:23 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-04 21:26:23 +0200 |
commit | 07b355bea4dd604e967bbf7f8fdd3fa025e0233c (patch) | |
tree | 5a87770c16ce94b17f5a48917493faefce6a63b0 /web/news.txt | |
parent | a4a99ae997fa27400e271285826c715fe6966cbd (diff) | |
download | Nim-07b355bea4dd604e967bbf7f8fdd3fa025e0233c.tar.gz |
better opengl wrapper; oids and endians modules documented
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index c5cfa66d6..8c23c002c 100755 --- a/web/news.txt +++ b/web/news.txt @@ -28,6 +28,8 @@ Library Additions - Added ``strutils.parseEnum``. - The stdlib can now be avoided to a point where C code generation for 16bit micro controllers is feasible. +- Added module ``oids``. +- Added module ``endians``. - Added a new OpenGL wrapper that supports OpenGL up to version 4.2. - Added a wrapper for ``libsvm``. |