Bläddra i källkod

Updated VERSIONS.TXT

Mark Sibly 7 år sedan
förälder
incheckning
65f0cea7f9
1 ändrade filer med 8 tillägg och 0 borttagningar
  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.