From cfcb3ff6a86c4208a2361f666c1f7f3f7881fb48 Mon Sep 17 00:00:00 2001 From: Richard Schneeman Date: Tue, 19 Sep 2023 13:22:04 -0500 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Manuel Fuchs --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7969039..04fd5201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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