Skip to content

Commit

Permalink
v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Sep 26, 2012
1 parent d37b5e6 commit 025fdd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
@@ -1,4 +1,14 @@

1.1.3 / 2012-09-25
==================

- callback: use `IsEmpty()` instead of an explicit NULL check
- test: use "bindings" to load the bindings for the variadic tests
- ffi: use HandleScope in WrapPointer() (fixes ffi calls in a tight loop, see #74)
- test: fix typo in test name
- libffi: disable the C4267 implicit conversion warnings on Windows
- libffi: remove "as.bat" from the gyp file

1.1.2 / 2012-09-16
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{ "name": "ffi"
, "version": "1.1.2"
, "version": "1.1.3"
, "authors": [
"Rick Branson"
, "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
Expand Down

0 comments on commit 025fdd2

Please sign in to comment.