docs(changelog): order 0.16.0 bullets, linkify refs, fix historical section order - #22
Merged
Conversation
…sport typing The 0.16.0 Added bullets landed in merge order rather than reading order: MqttDeviceTransport (a derived type) led the list, ahead of the Device BYO feature it serves and its own MqttTransport base, which trailed at the bottom. Reorder to: Device BYO, will(), resync(), the MqttTransport/MqttControllerTransport base typing, then MqttDeviceTransport right after it. Doc-only; 0.16.0 is already released. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…order GitHub only autolinks #N and @user inside issue/PR/commit/discussion bodies, not in rendered repo files, so the CHANGELOG's bare refs were plain text. - Linkify every #N and @cayossarian. #7 is the transport-seam *discussion* (/issues/7 404s), so it links to /discussions/7; every other #N links to /issues/N (GitHub redirects to /pull/N for PRs). @cayossarian -> profile. - Canonical subsection order (Keep a Changelog): [0.14.0] had Fixed before Removed; [0.12.0] had Fixed before Added. Both corrected. No entry content changed (74 bullets before and after); only order, links, and one collapsed double-blank. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doc-only CHANGELOG cleanup (0.16.0 is already on PyPI; this tidies the repo's copy that renders on GitHub).
### Addedorder — was in merge order (MqttDeviceTransportled, itsMqttTransportbase trailed). Now feature-first: Device BYO (Device bring-your-own-transport: inject mqttc on a root Device (producer seam) #14),will()/resync()(Liveness gap: a producer on a host-owned (shared) MQTT connection can't emit $state=lost on ungraceful death #13), the base typing (feat: type Controller's mqttc by what the SDK calls on an injected client #12), thenMqttDeviceTransport(homie: type the Device injection point with MqttDeviceTransport #19).#N/@userin rendered repo files. Every#Nand@cayossarianis now a Markdown link. Finishing the transport seam would open the SDK to hosts that own their MQTT connection #7 is the transport-seam discussion so it points at/discussions/7; the rest point at/issues/N(redirects to/pull/Nfor PRs).[0.14.0]had Fixed before Removed;[0.12.0]had Fixed before Added. Both fixed.No entry content changed (74 bullets before and after).
🤖 Generated with Claude Code