Skip to content

Commit d7f43a1

Browse files
committed
docs: update changelog with scoped JavaDoc examples
1 parent ad03680 commit d7f43a1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ so whats new:
1414
- player locator service for resolving which server a player is on (proxy only)
1515
- `CommandBridgeProvider.get()` and `CommandBridgeProvider.get(Class)` for obtaining the API instance
1616
- proxy-only methods return `Optional<Subscription>` instead of raw `Subscription`, returning `Optional.empty()` on backends
17-
- comprehensive JDK-style JavaDocs across all 13 API source files with usage examples, `@param`, `@return`, `@throws`, and cross-references
17+
- comprehensive JDK-style JavaDocs across all 13 API source files with `@param`, `@return`, `@throws`, and cross-references
18+
- each type's JavaDoc examples are scoped to its own responsibility, no tutorial-style chains leaking into other types
1819
- maven central publishing configuration
1920

2021
**security**
@@ -70,4 +71,4 @@ breaking changes:
7071
- internal `RunAs` and `ConnectionState` enums were removed, use the API types instead
7172
- `VelocityExecutor` was renamed to `LocalDispatcher`
7273

73-
latest commit: c624383
74+
latest commit: ad03680

0 commit comments

Comments
 (0)