Skip to content

Commit 513ee78

Browse files
committed
Added changelog entry
1 parent 17f4388 commit 513ee78

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Changelog
22

3-
## UNRELEASED
3+
## Unreleased
44

55
### Added
66

77
- Timeout support for `eval/3` via `:timeout` option (milliseconds). Long-running JavaScript code can be interrupted, returning `{:error, :timeout}`. Uses QuickJS's built-in interrupt handler mechanism with monotonic clock for accurate timing. Context remains usable after timeout.
88

9+
### Changed
10+
11+
- Change license from MIT to Apache 2.0
12+
- Add NOTICE file per Apache 2.0 requirements
13+
- Add attribution for derived code from tv-labs/lua
14+
915
## 0.1.0 - 2025-12-29
1016

1117
- Initial release of MquickjsEx

0 commit comments

Comments
 (0)