From 9070bac1f458fed9933eba3511e967620e4cacf1 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 26 Sep 2024 09:54:30 +0200 Subject: [PATCH] Update changelog Ref: #516 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c219ca9..23bad782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ _next_ branch is for v8 changes ## [Unreleased] Changes since the last non-beta release. +### Changed +- Changed internal `require`s to `require_relative` to make code less dependent on the load path. [PR 516](https://github.com/shakacode/shakapacker/pull/516) by [tagliala](https://github.com/tagliala). + ## [v8.0.2] - August 28, 2024 ### Fixed