diff options
author | Araq <rumpf_a@web.de> | 2012-04-06 00:41:27 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-04-06 00:41:27 +0200 |
commit | 0f96e72b1808c15c31a05b2915a88ce0a355045a (patch) | |
tree | d2d63ee94c21823e2eb77b8dab91c9ef85b64363 /web/news.txt | |
parent | 07b355bea4dd604e967bbf7f8fdd3fa025e0233c (diff) | |
download | Nim-0f96e72b1808c15c31a05b2915a88ce0a355045a.tar.gz |
fixed another docgen bug; initial mongodb wrapper
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index 8c23c002c..749d9dd52 100755 --- a/web/news.txt +++ b/web/news.txt @@ -32,6 +32,7 @@ Library Additions - Added module ``endians``. - Added a new OpenGL wrapper that supports OpenGL up to version 4.2. - Added a wrapper for ``libsvm``. +- Added a wrapper for ``mongodb``. Changes affecting backwards compatibility |