From 0efae17a74aec958756cf493326632edaef35169 Mon Sep 17 00:00:00 2001 From: Jonas Regner Date: Tue, 21 May 2024 19:43:27 +0200 Subject: [PATCH] docs: changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 834b18e..827e6c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Added -- Hidden feature for additional directory separation by [@regnerisch](https://github.com/regnerisch) - ### Fixed - Access before initialization by [@regnerisch](https://github.com/regnerisch) in [#100](https://github.com/akrillia/laravel-beyond/issues/100) reported by [@napruzzese](https://github.com/napruzzese) +### Changed +- Refactor directory structure, tests and much more by [@regnerisch](https://github.com/regnerisch) + +### Removed +- Removed Commands: `beyond:make:app`, `beyond:make:middleware`, `beyond:make:migration`, `beyond:make:notification`, `beyond:publish:deptrac` by [@regnerisch](https://github.com/regnerisch) + ## [7.0.0-beta.7] ### Changed - Change directory structure back to v6, as it seems to be a better one by [@regnerisch](https://github.com/regnerisch)