From cc24fedaefc219b9df830fcf4fc5e78b82fe55f8 Mon Sep 17 00:00:00 2001 From: Manuel Fuchs Date: Mon, 26 Feb 2024 14:26:26 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 962a775e..50d0c672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- `libcnb`: + - Low-level layer operations are now exposed via `BuildContext`. In most cases, users do not need to use them. They + serve as an escape hatch when the higher-level layers API doesn't support a certain + use-case. ([#786](https://github.com/heroku/libcnb.rs/pull/786)) ## [0.19.0] - 2024-02-23