Verified Commit 8df2702f authored by Yovoslav Yovchev's avatar Yovoslav Yovchev
Browse files

updated changelog for v0.3.0

parent 7830f791
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -7,10 +7,15 @@
# 0.3.0 (November 5, 2025)

### Added
- Support for `const` functions
- Support for `mod`ule docs
- Support for `type` aliases in `mod`ules
- Named `enum` variants
- Docs for `enum` variants

### Changed
- APIs updated to accept `impl ToString`
- Updated the crate to rust 2021 edition
- Updated the crate to rust 2024 edition
- Updated dependencies (notably `indexmap`)

# 0.2.0 (August 26, 2022)