Skip to content

Commit 6e5c4a6

Browse files
committed
Add py:reload to changelog
1 parent 809b918 commit 6e5c4a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
- `erlang.my_func(args)` - attribute-style access
1616
- `erlang.call('my_func', args)` - legacy syntax still works
1717

18+
- **Module Reload** - Reload Python modules across all workers during development
19+
- `py:reload(module)` uses `importlib.reload()` to refresh modules from disk
20+
- `py_pool:broadcast/1` for sending requests to all workers
21+
1822
- **Documentation improvements**
1923
- Added shared state section to getting-started, scalability, and ai-integration guides
2024
- Added embedding caching example using shared state

0 commit comments

Comments
 (0)