From acfbe528d41fa045f5f8ecb62b4569901ac26c40 Mon Sep 17 00:00:00 2001 From: Belle Aerni Date: Mon, 22 Jan 2024 00:58:47 -0800 Subject: [PATCH] Small changes --- pages/docs/changelog.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/changelog.mdx b/pages/docs/changelog.mdx index b4ee2b96..e789a04c 100644 --- a/pages/docs/changelog.mdx +++ b/pages/docs/changelog.mdx @@ -8,7 +8,7 @@ Below are the changelogs for all FOSSBilling releases ordered most recent to old Dates are displayed as `MM-DD-YYYY`. -## 0.6.10 (1-21-2024) +## 0.6.10 (1-22-2024) This release of FOSSBIlling includes some minor bug fixes and some new functionality to improve the stability and usability of the software. @@ -37,7 +37,7 @@ For those of you who are upgrading from versions older than 0.6.0, please check ### 🗑️ Deprecations -- Deprecated accessing the config file via both the `DI` as well as directly including it into an array from `PATH_CONFIG`. +- Deprecated accessing the config file via both the `DI` as well as directly including it into an array from `PATH_CONFIG`. Please instead use the `FOSSBIlling\Config` class. ## 0.6.9 (1-8-2024)