Explorar o código

Updated CHANGES.md

Darryl Gough %!s(int64=13) %!d(string=hai) anos
pai
achega
49f3267569
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      CHANGES.md

+ 3 - 0
CHANGES.md

@@ -1,3 +1,6 @@
+## v1.7.0
+- Adds a lua function "convert(object, className)" that will convert a gameplay userdata object to another class type by changing the metatable. (For example: This lets you convert Control to Button in lua)
+
 ## v1.6.0
 
 - Adds file Stream interface for reading/writing files instead of using fread/fwrite.