diff options
author | lambda <lain@soykaf.club> | 2019-04-12 10:41:09 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-04-12 10:41:09 +0000 |
commit | 184ae60b217f4e3a79aad538717d1cf35f10291a (patch) | |
tree | ce7633ae3f388e1cf7618d39512a196ec59c93f3 /Changelog.md | |
parent | 0a09692c7decdcaa8c15e5f8eaf10d9e7d16a5e5 (diff) | |
parent | 9c1b36856b97a7f86e60ad23ef374449c1910c7a (diff) | |
download | pleroma-184ae60b217f4e3a79aad538717d1cf35f10291a.tar.gz pleroma-184ae60b217f4e3a79aad538717d1cf35f10291a.zip |
Merge branch 'bugfix/pleroma-email-naming' into 'develop'
Make the filename and module name of Pleroma.Emails.* orthogonal
See merge request pleroma/pleroma!1029
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 000000000..1fddf41cd --- /dev/null +++ b/Changelog.md @@ -0,0 +1,8 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [unreleased] +### Changed +- Configuration: move from Pleroma.Mailer to Pleroma.Emails.Mailer |