浏览代码

update ChangeLog

ambrop7 13 年之前
父节点
当前提交
4a9d8e2d9b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ChangeLog

+ 2 - 0
ChangeLog

@@ -1,3 +1,5 @@
+- NCD: modules: add getenv()
+
 - NCD: modules: add buffer(), which exposes a buffer with efficient appending and removing from the beginning.
 
 - NCD: add a new internal string representation called ComposedString. This allows modules to expose the concatenation of multiple memroy buffers as a single string value, efficiently.