Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed May 12, 2022
1 parent 0906477 commit dae3fda
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Added

- utils.pyに `AuthClient` クラスを追加しました
- utils.pyに `AuthClient` クラスを追加しました
- README.mdに使い方を追加

### Changed

- `Note` クラスの`created_at` 属性のtype hintを `Optional[str]` => `Optional[datetime]` に変更
- `Note` クラスの `cw` 属性の取得方法がgetではなかったので修正

### Removed

- 重複した属性を削除

0 comments on commit dae3fda

Please sign in to comment.