Skip to content

Commit c2c6cd1

Browse files
committed
Update changelog
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent f3725cb commit c2c6cd1

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
@@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
66

77
### Added
88
- Closure support with `Table.setClosure()` for Lua-style upvalues
9+
- Canonical Zig iterator pattern for table iteration with `Table.iterator()`
10+
11+
### Changed
12+
- **BREAKING**: Table iteration API now uses standard Zig iterator pattern (`iterator.next()`)
13+
14+
### Removed
15+
- **BREAKING**: Old manual table iteration method `Table.next()` in favor of canonical iterator
916

1017
## [0.2.0] - 2025-08-06
1118

0 commit comments

Comments
 (0)