Skip to content

Commit 6a3feb4

Browse files
committed
Update CHANGELOG.
1 parent 7f1fc79 commit 6a3feb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# php-embed x.x.x (not yet released)
2+
* Add synchronous PHP access to JavaScript variables, functions, and
3+
methods.
4+
* Wrap JavaScript Buffer objects so they can be passed from PHP to JS.
5+
This allows us to avoid decoding/re-encoding UTF-8 when we stream
6+
data back from PHP.
7+
* Node >= 2.4.0 is now required, due to use of C++11 features and
8+
v8's `NativeWeakMap`.
29

310
# php-embed 0.0.1 (2015-10-10)
411
* Initial release: just a basic async invocation of a PHP request,

0 commit comments

Comments
 (0)