Update changelog

This commit is contained in:
Alejandro Celaya 2024-01-03 19:39:19 +01:00
parent 554b948775
commit e7b876f4e6
2 changed files with 22 additions and 1 deletions

View file

@ -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*

View file

@ -55,7 +55,10 @@ shlink
│ ├── container.php
│ └── [...]
├── data
│ └── [...]
│ ├── cache
│ ├── locks
│ ├── log
│ └── proxies
├── docs
│ ├── adr
│ ├── async-api