From a0b9da537a68c327a194a1f26195a71de304ed29 Mon Sep 17 00:00:00 2001 From: Hakan Ensari Date: Mon, 4 Nov 2024 22:58:22 +0100 Subject: [PATCH] Add note about potentially breaking change I recently bumped the major version and want to avoid causing version fatigue, so I'm inclined to include this change in a minor version update instead. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f42c9666..d1650a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- Pluralized namespace to APIs for consistency +- Pluralized namespace to APIs for consistency. Direct references to APIs will need to be updated from + `Peddler::API::SomeAPI` to `Peddler::APIs::SomeAPI`. The shorthand method `Peddler.some_api` remains unchanged. ### Added