Skip to content

Commit

Permalink
fix typos in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
zcutlip committed Nov 1, 2023
1 parent 8c9533d commit 2fa5d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file.
- `OP.item_edit_url()`

- `OPAbstractItem.field_value_by_section_label()` as a replacement for poorly named `field_value_by_section_title()`
- Support for `op` new `whoami` behvior version 2.20.0
- Support for `op` new `whoami` behavior version 2.20.0
- new `whoami` dict
- On `OP()` initialization, accomodate `whoami` failure when the token hasn't been used recently

Expand All @@ -37,7 +37,7 @@ All notable changes to this project will be documented in this file.

### Removed

- Deprecated kwwargs to `OP()`:
- Deprecated kwargs to `OP()`:
- `use_existing_session` (replaced by `existing_auth`)
- `account_shorthand` (replaced by `account`)
- Deprecated exception `OPNotSignedInException` class
Expand Down

0 comments on commit 2fa5d55

Please sign in to comment.