From e3d77cece27051e2229c4dd10948f827bdc4051b Mon Sep 17 00:00:00 2001 From: Flaburgan Date: Fri, 19 Jun 2015 10:21:22 +0200 Subject: [PATCH] Add a ToS design change mention in the changelog, close 6121 --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 6f7681f9b..bc78937e9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -26,6 +26,10 @@ changed. diaspora\* will no longer listen on `0.0.0.0:3000` as it will now bind to an UNIX socket at `unix:tmp/diaspora.sock`. Please change your local `diaspora.yml` if necessary. +## Terms of Use design changes + +With the port to Bootstrap 3, the app/views/terms/default.haml file changed. If you edited the terms by adding a terms.erb file, you probably want to backup these changes in it + ## Refactor * Improve bookmarklet [#5904](https://github.com/diaspora/diaspora/pull/5904) * Update listen configuration to listen on unix sockets by default [#5974](https://github.com/diaspora/diaspora/pull/5974)