From 53b733f0cd89669b0e0ba7d970ac8fd0716478d7 Mon Sep 17 00:00:00 2001 From: kas70 <> Date: Thu, 22 Mar 2018 11:00:17 +0100 Subject: [PATCH] adds byebug history to gitignore closes #7744 --- .gitignore | 1 + Changelog.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fea147b0e..963e1bfc7 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ public/source.tar* tmp/ # Temporary files of every sort +.byebug_history .sass-cache/ .DS_Store .idea diff --git a/Changelog.md b/Changelog.md index e665abfb7..d69b4e5d4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ ## Refactor ## Bug fixes +* Prefill conversation form on contacts page only with mutual contacts [#7744](https://github.com/diaspora/diaspora/pull/7744) ## Features