Skip to content

Commit

Permalink
Add additional notes to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
speelbarrow committed Aug 14, 2023
1 parent b72ab0a commit 09b3a71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
- Support different function arguments as well as receivers
- Support mixing `async` and non-`async` functions
- Add support for `const` and `unsafe` functions
- Break crate logic down into sub-modules
- Add `proc-macro-error`

### [v0.2.0](https://github.com/speelbarrow/enum-from-functions.rs/tree/v0.2.0)
- Add [support for `async` functions](https://github.com/speelbarrow/enum-from-functions.rs/tree/v0.2.0/src/lib.rs#L94)
Expand Down

0 comments on commit 09b3a71

Please sign in to comment.