Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Manuel Fuchs <[email protected]>
  • Loading branch information
schneems and Malax authored Sep 19, 2023
1 parent c088b6e commit cfcb3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `ExecDProgramOutputKey`, `ProcessType`, `LayerName`, `BuildpackId` and `StackId` now implement `Ord` and `PartialOrd`. ([#658](https://github.com/heroku/libcnb.rs/pull/658))
- Add `generic::GenericMetadata` as a generic metadata type. Also makes it the default for `BuildpackDescriptor`, `SingleBuildpackDescriptor`, `MetaBuildpackDescriptor` and `LayerContentMetadata`. ([#664](https://github.com/heroku/libcnb.rs/pull/664))
- `libcnb`:
- Struct `LayerTypes` now implements clone. This allows injection of layer types into the struct implementing the `Layer` trait ([]()).
- `LayerTypes` now implements `Clone`. ([#670](https://github.com/heroku/libcnb.rs/pull/670)).

### Changed

Expand Down

0 comments on commit cfcb3ff

Please sign in to comment.