diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..ab519d024 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog +Anything noteworthy will be documented here (to the best of our ability, anyway) + +## Unreleased + +### Added +* Support for building with [Task](https://taskfile.dev) + +### Changed +* Do not use the Funkwhale CI, instead use our own. + +### Removed +* Support for Docker usage in production +* Stale files that stuck from the Funkwhale project + +## 1.4.1+1.0.0 + +### Added +* Instance generation script in the likes of `mix pleroma.instance gen` +* Service supervision configurations for `dinit` +* Support for installing without virtual environments + +### Changed +* Update dependency `dj-rest-auth` to version 7.0.0 +* Update dependency `django-allauth` to version 0.60.0 + +### Fixed +* Setuptools was unable to proceed past `dj-rest-auth`, due to its usage of `convert_path`