You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`EventEmitter`**, **`EventSubscriber`**, **`ApCoreEvent`** — Event system types now exported from top-level package.
29
40
30
41
#### Error Hierarchy
31
42
-**`FeatureNotImplementedError`** — New error class for `GENERAL_NOT_IMPLEMENTED` code (renamed from `NotImplementedError` to avoid Python stdlib clash).
32
43
-**`DependencyNotFoundError`** — New error class for `DEPENDENCY_NOT_FOUND` code.
33
44
45
+
### Fixed
46
+
- README Access Control example now includes required `Executor` and `Registry` imports.
47
+
-`pyproject.toml` repository/issues/changelog URLs now point to `apcore-python` (was incorrectly pointing to `apcore`).
48
+
- CHANGELOG `[0.7.1]` compare link added (was missing from link references).
49
+
34
50
### Changed
35
51
- APCore client and `apcore.*` global functions now provide full feature parity with `Executor`.
36
52
@@ -417,7 +433,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments