From f59fcf3026ececc765c8b356f5db28be583dd680 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 16 Dec 2025 14:50:58 -0600 Subject: [PATCH] Add blurb for blog post to changelog (#1957) Co-authored-by: Carl Meyer --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9ae4c..e3d5d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Released on 2025-12-16. +This is the first Beta release of ty, which we're now ready to recommend to motivated users for +production use. See our [blog post](https://astral.sh/blog/ty) for more details. + ### LSP server - Improve display of completions to show actual insertion text ([#21988](https://github.com/astral-sh/ruff/pull/21988))