documentation fixes

This commit is contained in:
albertodemichelis
2016-03-27 19:58:27 +08:00
parent 04a4ff5c8d
commit c52b25d864
5 changed files with 12 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
-fixed optimizer bug in compound arith oprators(+=,-= etc...)
-fixed sq_getrefvmcount() (thx Gerrit)
-fixed sq_getrefcount() when no references were added with sq_addref() (thx Gerrit)
-fixed bug in string.tointeger() (thx Domingo)
-fixed weakref comparison in 32bit builds using doubles(thx Domingo)
-fixed compiler bug(thx Peter)
-fixed some error in the documentation(thx Alexander)