Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
vinniefalco committed Jun 8, 2012
2 parents 4027c2e + 2ed63b5 commit 70355d7
Show file tree
Hide file tree
Showing 4 changed files with 687 additions and 437 deletions.
20 changes: 20 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Version 1.0.2

* Option to hide metatables selectable at runtime, default to true.
* addStaticMethod () renamed to addStaticFunction () for consistency.
* addMethod () renamed to addFunction() for consistency.
* addCFunction () registrations.
* Convert null pointers to and from nil.
* Small performance increase in class pointer extraction.

2012-05-30 Version 1.0.1

* Backward compatibility with Lua 5.1.x.

2012-05-29 Version 1.0

* Explicit lifetime management models.
* Generalized containers.
* Single header distribution.


Loading

0 comments on commit 70355d7

Please sign in to comment.