Skip to content

Commit fb889bd

Browse files
committed
Fix ex_doc warnings for internal function references
1 parent 1d77efe commit fb889bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
- **Module Reload** - Reload Python modules across all workers during development
8989
- `py:reload(module)` uses `importlib.reload()` to refresh modules from disk
90-
- `py_pool:broadcast/1` for sending requests to all workers
90+
- `py_pool:broadcast` for sending requests to all workers
9191

9292
- **Documentation improvements**
9393
- Added shared state section to getting-started, scalability, and ai-integration guides
@@ -97,7 +97,7 @@
9797
### Fixed
9898

9999
- **Memory safety** - Added NULL checks to all `enif_alloc()` calls in NIF code
100-
- **Worker resilience** - Fixed crash in `py_subinterp_pool:terminate/2` when workers undefined
100+
- **Worker resilience** - Fixed crash in `py_subinterp_pool:terminate` when workers undefined
101101
- **Streaming example** - Fixed to work with worker pool design (workers don't share namespace)
102102
- **ETS table ownership** - Moved `py_callbacks` table creation to supervisor for resilience
103103

0 commit comments

Comments
 (0)