Browse Source

Updated CHANGES.md

Darryl Gough 13 years ago
parent
commit
49f3267569
1 changed files with 3 additions and 0 deletions
  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.