Commit graph

3 commits

Author SHA1 Message Date
Charlie Marsh
3188d99f39
Use consistent commas around i.e. and e.g. (#12157)
## Summary

Only in user-facing docs -- I didn't bother with the rustdoc. (This is
in the style guide already.)
2025-03-13 23:42:10 +00:00
Zanie Blue
4f70d144d7
Reverse and format the archived changelogs (#12099)
I think it's important for the breaking changes to be at the _top_ of
the file instead of the bottom.

Now that it's not being rendered by GitHub's Releases markdown, we can
remove the prettier ignores.
2025-03-12 11:58:51 -05:00
Zanie Blue
2bc6ca35e5
Split changelog into separate files (#11510)
GitHub consistently crashes while rendering our existing `CHANGELOG.md`
— we got a lot of changes!

Here I add a new directory and split the changelog on our "breaking"
versions.

See https://github.com/astral-sh/uv/tree/zb/cl-split/changelogs and
https://github.com/astral-sh/uv/blob/zb/cl-split/CHANGELOG.md#05x

The downside is that we'll break some links. I don't think there's much
to be done about it though.
2025-02-14 13:20:05 -06:00