diff --git a/Changelog.md b/Changelog.md index 5b743dc28..64acd3d04 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ * Replace uglifier with terser for JS compression [#8268](https://github.com/diaspora/diaspora/pull/8268) ## Bug fixes +* Ensure the log folder exists [#8287](https://github.com/diaspora/diaspora/pull/8287) ## Features * Add tags to tumblr posts [#8244](https://github.com/diaspora/diaspora/pull/8244) diff --git a/log/.gitkeep b/log/.gitkeep new file mode 100644 index 000000000..e69de29bb