Updated change log and contributors

This commit is contained in:
Jason Perkins 2015-03-29 15:45:43 -04:00
parent c162b7a654
commit 65f39035da
2 changed files with 3 additions and 0 deletions

View File

@ -24,3 +24,4 @@ Since 5.0-alpha1:
* New API: debugsearchpaths()
* os.outputof() now returns command exit code as second value
* Added AVX2 to vectorextensions()
* Embedded scripts now compressed with LuaSrcDiet (Oliver Schneider)

View File

@ -19,6 +19,8 @@ Patch contributors:
* new API for undefining symbols
Mihai Sebea <http://twitter.com/mihai_sebea>
* Xcode exporter fixes and improvements
Oliver Schneider
* Compress embedded scripts with LuaSrcDiet
Renaud Guillard <https://bitbucket.org/noresources>
* add library search paths argument to os.findlib()
* return command exit code from os.outputof()