From 580ca5b69e5a20e2ce20f09f5bd9f2742968f0f2 Mon Sep 17 00:00:00 2001 From: Schneems Date: Wed, 18 Dec 2024 14:33:26 -0600 Subject: [PATCH] Update changelog --- commons/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/commons/CHANGELOG.md b/commons/CHANGELOG.md index ab31fc0e..557410b9 100644 --- a/commons/CHANGELOG.md +++ b/commons/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog for commons features +### Added + +- Introduced `layer::cache_buddy::CacheBuddy` for public cache use (https://github.com/heroku/buildpacks-ruby/pull/376) + +### Changed + +- The `layer` module is no longer deprecated, only `layer::ConfigureEnvLayer` and `layer::DefaultEnvLayer` (https://github.com/heroku/buildpacks-ruby/pull/376) + ## 2024-11-11 ## Changed