Explorar o código

Updated VERSIONS.TXT

Mark Sibly %!s(int64=7) %!d(string=hai) anos
pai
achega
65f0cea7f9
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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.