Skip to content

Commit

Permalink
Changelog for v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Feb 17, 2015
1 parent 1122106 commit e0c8626
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

High-level changes between release versions.

## v0.6.6

- luvi: Allow custom main by reading package.lua [Tim Caswell]
- lua-openssl: Update for more fixes [Ryan Phillips]
- cmake: Add support for freebsd [Ryan Phillips]

## v0.6.5

- luv: Add getpid, getuid, getgid, setuid, setgid [Ryan Phillips]
Expand Down
1 change: 1 addition & 0 deletions samples/custom_main/package.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { main = "test/run.lua" }
1 change: 1 addition & 0 deletions samples/custom_main/test/run.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("You found me!")

0 comments on commit e0c8626

Please sign in to comment.