From 57edb4de2fce166e5b7d5607b00b21fdcd71eefc Mon Sep 17 00:00:00 2001 From: Bryce Boe Date: Sun, 14 Jun 2026 13:45:04 -0700 Subject: [PATCH] Add changelog entry for the documentation refresh --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 374b5fa..1862684 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,6 +14,13 @@ codesorter follows `semantic versioning `_. side-effecting statements, and how to relocate a statement that should not be a barrier. +**Changed** + +- Refresh the documentation: the installation instructions use uv-native commands, the + class-method ordering reference and example now match the implementation, and the + barrier relocation example is split into separate, color-tinted before and after + blocks. + ******************** 0.2.5 (2026/06/14) ********************