ambrop7 13 лет назад
Родитель
Сommit
0efa3f21aa
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      ChangeLog

+ 8 - 0
ChangeLog

@@ -1,7 +1,15 @@
+- NCD: implement value::insert(what) for appending to a list
+
+- NCD: change the format of addresses in sys.request_server() and sys.request_client() to be the same as in the socket module
+
 - NCD: add socket module (sys.connect() and sys.listen())
 
 - NCD: fix bug where duplicate template/process names would not be detected and weird behaviour would result
 
+- NCD: add backtrack_point() for simple backtracking
+
+- NCD: add file_open() for more complete file I/O
+
 - NCD: implement parse_ipv6_addr() and parse_ipv6_cidr_addr()
 
 - NCD: port to Emscripten/Javascript, for the in-browser demo