summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-04-04 21:26:23 +0200
committerAraq <rumpf_a@web.de>2012-04-04 21:26:23 +0200
commit07b355bea4dd604e967bbf7f8fdd3fa025e0233c (patch)
tree5a87770c16ce94b17f5a48917493faefce6a63b0 /web/news.txt
parenta4a99ae997fa27400e271285826c715fe6966cbd (diff)
downloadNim-07b355bea4dd604e967bbf7f8fdd3fa025e0233c.tar.gz
better opengl wrapper; oids and endians modules documented
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt2
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``.