Commit 24dada8
authored
fix(changelog): restore ellipsis-as-placeholder in code literals (#173)
Followup to #172 (merged 2026-05-09 13:26Z). The CHANGELOG hygiene
scrub stripped Java/Javadoc-style ellipsis-placeholder syntax `...`
to a single `.` inside code literals, breaking 4 customer-facing
migration / API examples:
* L41 — `(mode, configOverride, hasCredentials, ...)`
* L44 — `sendPing(String mode, String sdkEndpoint, boolean debug, ...)`
* L290 — `AxonFlowException(..., 409, "VERSION_CONFLICT")`
* L847 — `config.put("allowed_providers", List.of(...))`
Each restored to the pre-#172 form (verified against
`git show d004d5f~1:CHANGELOG.md`). Date bump (2026-05-08 →
2026-05-09) and internal-ref scrubs from #172 are preserved.
No code changes.
Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>1 parent d004d5f commit 24dada8
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
847 | | - | |
| 847 | + | |
848 | 848 | | |
849 | 849 | | |
850 | 850 | | |
| |||
0 commit comments