From ffe3a1efe760aad15983ee808d38adb885a64b0b Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:37:23 +0100 Subject: [PATCH] Fix CHANGELOG typo for v0.18.0 `s/longer/no longer/` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7a870..266bc86 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 ### Changed -- pip is now only available during the build, and is longer included in the final app image. ([#264](https://github.com/heroku/buildpacks-python/pull/264)) +- pip is now only available during the build, and is no longer included in the final app image. ([#264](https://github.com/heroku/buildpacks-python/pull/264)) - Improved the error messages shown when an end-of-life or unknown Python version is requested. ([#272](https://github.com/heroku/buildpacks-python/pull/272)) ## [0.17.1] - 2024-09-07