Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed Jul 20, 2024
1 parent ef20458 commit 60e5ab1
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
See [`UPGRADE.md`](./UPGRADE.md) for additional help when upgrading to newer
versions.

## unreleased

### Added

- The resource type name can now be overridden with
`#[register_impl(name = "...")]` (#638)

### Fixed

- The optional `register` attribute on `#[register_impl]` works as advertised
now (#638)

### Changed

### Removed

## [0.34.0] - 2024-07-09

### Added
Expand All @@ -33,9 +49,6 @@ versions.
- The `derive` feature flag is now ignored and its functionality unconditionally
enabled (#621)

### Removed


## [0.33.0] - 2024-05-29

### Added
Expand Down

0 comments on commit 60e5ab1

Please sign in to comment.