Skip to content

Commit

Permalink
Update CHANGELOG.md (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie authored Nov 7, 2024
1 parent a3c59fc commit dc26186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Full Changelog: [v0.38.0...v0.39.0](https://github.com/anthropics/anthropic-sdk-

### ⚠ BREAKING CHANGES

* **client:** remove legacy `client.count_tokens()` method ([#726](https://github.com/anthropics/anthropic-sdk-python/issues/726))
* **client:** remove legacy `client.count_tokens()` & `client.get_tokenizer()` methods ([#726](https://github.com/anthropics/anthropic-sdk-python/issues/726))
* This functionality has been replaced by the `client.beta.messages.count_tokens()` API which supports newer models and all content functionality, such as images and PDFs.

### Features

Expand Down

0 comments on commit dc26186

Please sign in to comment.