From e7b876f4e6d04669d9fa9c44ae324cd81865d4b1 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 3 Jan 2024 19:39:19 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ CONTRIBUTING.md | 5 ++++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 736daf3be..51b0d55b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). +## [Unreleased] +### Added +* *Nothing* + +### Changed +* [#1968](https://github.com/shlinkio/shlink/issues/1968) Move migrations from `data` to `module/Core`. +* *Nothing* + +### Deprecated +* *Nothing* + +### Removed +* *Nothing* + +### Fixed +* [#1967](https://github.com/shlinkio/shlink/issues/1967) Allow an empty dir to be mounted in `data` when using the docker image. + + ## [3.7.2] - 2023-12-26 ### Added * *Nothing* diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4167569eb..4b2f36d2b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,10 @@ shlink │ ├── container.php │ └── [...] ├── data -│ └── [...] +│ ├── cache +│ ├── locks +│ ├── log +│ └── proxies ├── docs │ ├── adr │ ├── async-api