From 77d2f75d5e9d9a307d8df5d696b6b5d781dbd320 Mon Sep 17 00:00:00 2001 From: Andy Kluger Date: Wed, 11 Dec 2024 13:32:52 -0500 Subject: [PATCH] Update NEWS --- NEWS.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 0a3e01f..01e8a93 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -12,6 +12,9 @@ Changed - pypc: don't add '.' to any dependency list - Add optional syntax highlighter backend: gat - Ensure to use ``python3`` instead of ``python`` for out-of-venv internal uses +- Add mise auto-venv-activation instructions to docs +- Update demo container base for Alpine +- Install uv completion (which becomes part of zpy completion) in demo containers 0.3.11 ======