diff options
author | daurnimator <quae@daurnimator.com> | 2018-04-22 23:29:34 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-04-23 00:00:13 +1000 |
commit | 3e31a33728f0eba63184c6cb0678fe3af3e8e08e (patch) | |
tree | dadc12fd39775959b91ac9451643a3ed19a4ac09 /NEWS | |
parent | 84194191c49e9aa2375633061343960f71d7555e (diff) | |
download | fengari-3e31a33728f0eba63184c6cb0678fe3af3e8e08e.tar.gz fengari-3e31a33728f0eba63184c6cb0678fe3af3e8e08e.tar.bz2 fengari-3e31a33728f0eba63184c6cb0678fe3af3e8e08e.zip |
src/lauxlib.js: Use from_userstring in luaL_add(l)string
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ UNRELEASED - More node 6 compatibility fixes - Use own strftime code (drops strftime npm package dependency) + - Fix passing JavaScript strings to luaL_add(l)string 0.1.1 - 2018-04-03 |