add CHANGELOG.md

This commit is contained in:
0/0 2022-10-28 19:42:34 -06:00
parent 1632ac11fe
commit 7a76140d39
No known key found for this signature in database
GPG Key ID: DE8D5010C0AAA3DC

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# Version 0.2.0 (2022-10-28)
* Update upstream whisper.cpp to 2c281d190b7ec351b8128ba386d110f100993973.
* Fix breaking changes in update, which cascade to users:
* `DecodeStrategy` has been renamed to `SamplingStrategy`
* `WhisperContext::sample_best`'s signature has changed: `needs_timestamp` has been removed.
* New features
* `WhisperContext::full_n_tokens`
* `WhisperContext::full_get_token_text`
* `WhisperContext::full_get_token_id`
* `WhisperContext::full_get_token_prob`