Explorar el Código

update ChangeLog

ambrop7 hace 13 años
padre
commit
4a9d8e2d9b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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.