diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..d44982b8 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,5 @@ +# Changes + +## 0.1.0 + +Initial release of quickjs. This release only includes bindings to libregexp and exposes the API of the QuickJS C library with the same shape as the JavaScript API.