Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfeitosa authored Mar 6, 2023
1 parent 87345d2 commit 9c3646a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `DictSchema` by [@natanfeitosa](https://github.com/natanfeitosa/) ([#9](https://github.com/natanfeitosa/kohi/issues/9))
- `BaseSchema.parse(data)` by [@natanfeitosa](https://github.com/natanfeitosa/)
- `BaseSchema.add_mutation(mutation)` by [@natanfeitosa](https://github.com/natanfeitosa/)
- `BaseSchema.default(default_value)` by [@natanfeitosa](https://github.com/natanfeitosa/)
- `BaseSchema.optional()` by [@natanfeitosa](https://github.com/natanfeitosa/)
- `BaseSchema.required(error_message)` by [@natanfeitosa](https://github.com/natanfeitosa/)

### Changed

Expand Down

0 comments on commit 9c3646a

Please sign in to comment.