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)