From 5c3a95312a43d7c1f5edc7a82ecced87a0e8326d Mon Sep 17 00:00:00 2001 From: Alpamys Date: Sat, 4 Jul 2026 14:09:06 +0500 Subject: [PATCH] docs(changelog): fold #291 vision/audio vocab fix into [0.71.27] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The #291 fix (vision/audio vocab expansion) landed on main below the v0.71.27 version bump, so it ships in the v0.71.27 wheel — move its note from [Unreleased] into [0.71.27] ### Fixed, next to its text-path sibling #287, so the release notes accurately reflect what ships. --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5cc6cc..85a4fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,13 +12,6 @@ reproducing 70+ versions of notes. ## [Unreleased] -### Fixed -- Vision and audio SFT paths now apply configured vocabulary expansion - (`data.add_new_tokens` / `data.new_special_tokens`) via the shared - `apply_vocab_expansion()` helper, consistent with the text SFT path — they - previously ignored it. Closes #290 - ([#291](https://github.com/MakazhanAlpamys/Soup/pull/291) by [@CODING-DARSH](https://github.com/CODING-DARSH)). - ## [0.71.27] - 2026-07-03 ### Added @@ -78,6 +71,11 @@ reproducing 70+ versions of notes. embeddings during initialization — previously these fields were accepted by the schema but silently ignored. Closes #289 ([#287](https://github.com/MakazhanAlpamys/Soup/pull/287) by [@CODING-DARSH](https://github.com/CODING-DARSH)). +- Vision and audio SFT paths now apply that same configured vocabulary + expansion (`data.add_new_tokens` / `data.new_special_tokens`) via the shared + `apply_vocab_expansion()` helper, consistent with the text SFT path — they + previously ignored it. Closes #290 + ([#291](https://github.com/MakazhanAlpamys/Soup/pull/291) by [@CODING-DARSH](https://github.com/CODING-DARSH)). ### Security - `soup data doctor` strips C0 control characters (keeping tab/newline/CR)