瀏覽代碼

Updated VERSIONS.TXT

Mark Sibly 7 年之前
父節點
當前提交
65f0cea7f9
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      VERSIONS.TXT

+ 8 - 0
VERSIONS.TXT

@@ -1,6 +1,14 @@
 
 ***** Monkey-v2018.06 *****
 
+Added WeakRef class. Must be constructed with an Object, and has a single Target property that returns Null if object has been GC'd. Really needs this for arrays too I guess.
+
+Added Stream.SharedPath property for obtaining a path to an open stream.
+
+Changed to stb-image for hdr support.
+
+Added Cancel() method to HttpRequest.
+
 Added Timeout property to HttpRequest.
 
 Implemented HttpRequest on all targets - only GET tested.