diff --git a/docs/changelog.md b/docs/changelog.md index 2fa88f50..8396e576 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,6 @@ # Changelog +(v0_19)= ## 0.19 (2024-12-01) - Tokens used by a response are now logged to new `input_tokens` and `output_tokens` integer columns and a `token_details` JSON string column, for the default OpenAI models and models from other plugins that {ref}`implement this feature `. [#610](https://github.com/simonw/llm/issues/610)