From 9544d5521488aae368ab2c61b8dcb5fa3c419445 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 26 Sep 2024 17:12:51 +0200 Subject: [PATCH] Update changelog (#518) 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