diff options
author | daurnimator <quae@daurnimator.com> | 2018-04-22 23:29:03 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-04-23 00:00:13 +1000 |
commit | 84194191c49e9aa2375633061343960f71d7555e (patch) | |
tree | 85f1d43770d3708030a7a763429c978ef1eb5ff7 /NEWS | |
parent | df769e894b7be99ccc102615b17250e19a8f86c6 (diff) | |
download | fengari-84194191c49e9aa2375633061343960f71d7555e.tar.gz fengari-84194191c49e9aa2375633061343960f71d7555e.tar.bz2 fengari-84194191c49e9aa2375633061343960f71d7555e.zip |
src/loslib.js: Use our own strftime implementation; removes dependency
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ UNRELEASED - More node 6 compatibility fixes + - Use own strftime code (drops strftime npm package dependency) 0.1.1 - 2018-04-03 |