aboutsummaryrefslogtreecommitdiff
path: root/doc/dev/semver_status.md
Commit message (Collapse)AuthorAgeFilesLines
* doc/dev/semver_status.md: Explicitly allow coalescing ADDED into BREAKINGIan Jackson2026-04-011-0/+3
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3852#note_3388295
* doc/dev/semver_status.md: Adjust discussion a bitIan Jackson2026-04-011-2/+4
| | | | | ADDED aren't used for the "breaking changes" part of the changelog, obviously.
* doc/dev/semver_status.md: Change MODIFIED to ADDEDIan Jackson2026-04-011-4/+4
| | | | | | | | | | | $ git-log --pretty=oneline -G ADDED -- ':crates/*/semver.md' | wc -l 222 $ git-log --pretty=oneline -G MODIFIED -- ':crates/*/semver.md' | wc -l 57 $ No doubt this is because the normal meaning of "modified" could be a breaking change.
* dev docs: Reference semver trickIan Jackson2023-04-121-0/+4
| | | | | Discussion https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1129#note_2895839
* dev docs: Adding missing footnoteIan Jackson2023-04-121-0/+2
| | | | | Discussion https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1129#note_2895837
* dev docs: Avoid main-verb-less sentenceIan Jackson2023-04-121-3/+2
| | | | | Discussion https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1129#note_2895835
* dev docs: Add missing wordIan Jackson2023-04-121-1/+1
| | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1129#note_2895834
* dev docs: Clarify that it's two instances of the crateNick Mathewson2023-04-121-1/+1
|
* dev docs: Clarify wording re who is exporting whatNick Mathewson2023-04-121-2/+3
|
* dev docs: Make some explanation about semverIan Jackson2023-04-111-0/+32
|
* dev docs: Make a heading a subheadingIan Jackson2023-04-111-1/+1
|
* dev docs: Remove an obsolete comment.Ian Jackson2023-04-111-5/+0
| | | | I think we've bedded in the new process.
* Move developer-facing documentation into a doc/dev subdirNick Mathewson2022-12-051-0/+47
Closes #576.