Skip to content

Commit dd3a3c6

Browse files
committed
docs: Fix component type rename description in changelog
1 parent 41cc66e commit dd3a3c6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The eForms Core Library is a collection of utilities used by the EFX Toolkit for
77
### SDK entity improvements
88

99
- Versioned SDK entity classes (`SdkFieldV1`, `SdkFieldV2`, `SdkNodeV1`, `SdkNodeV2`, etc.) have been moved from the EFX Toolkit into the core library, consolidating version-specific implementations in a single location.
10-
- `SdkNode` now supports parent node references and ancestor chain traversal via `getAncestry()`. The return type is `List` (ordered) rather than `Set`.
10+
- `SdkNode` now supports parent node references and ancestor chain traversal via `getAncestry()`.
1111
- `SdkField` now exposes repeatability information, parent node references, and parsed XPath metadata via `getXpathInfo()`.
1212
- Repository classes (`SdkNodeRepository`, `SdkFieldRepository`) now use two-pass loading to wire parent-child relationships during initialization.
1313

@@ -21,7 +21,6 @@ The eForms Core Library is a collection of utilities used by the EFX Toolkit for
2121

2222
- Added `SdkNoticeSubtype` entity with intelligent ID parsing (prefix/number/suffix decomposition) and correct sorting order.
2323
- Added `SdkNoticeTypeRepository` to load and manage notice subtypes.
24-
- Renamed `getSdkNoticeType()` to `getSdkNoticeSubtype()` for semantic accuracy.
2524

2625
### Utilities
2726

@@ -30,7 +29,6 @@ The eForms Core Library is a collection of utilities used by the EFX Toolkit for
3029
### Component registry
3130

3231
- Added component types for dependency extraction (`EFX_COMPUTE_DEPENDENCY_EXTRACTOR`, `EFX_VALIDATION_DEPENDENCY_EXTRACTOR`) and EFX rules translation (`EFX_RULES_TRANSLATOR`).
33-
- Renamed `VALIDATOR_MARKUP_GENERATOR` to `VALIDATOR_GENERATOR`.
3432

3533
### Dependencies
3634

0 commit comments

Comments
 (0)