From 9be0b075ac719b0a52240fb6824e71d417e6b0e5 Mon Sep 17 00:00:00 2001 From: Florian Staudacher Date: Sat, 4 Jan 2014 01:58:41 +0100 Subject: [PATCH] add changelog entry for #4623 [ci skip] --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 26d9ebc25..34c5f4a4b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -62,6 +62,7 @@ For more details see https://wiki.diasporafoundation.org/Updating * Display errors when photo upload fails [#4509](https://github.com/diaspora/diaspora/issues/4509) * Fix posting to Twitter by correctly catching exception [#4627](https://github.com/diaspora/diaspora/issues/4627) * Change "Show n more comments"-link, fix [#3119](https://github.com/diaspora/diaspora/issues/3119) +* Specify Firefox version for Travis-CI [#4623](https://github.com/diaspora/diaspora/pull/4623) ## Features * Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353) @@ -75,6 +76,9 @@ For more details see https://wiki.diasporafoundation.org/Updating * Added a statistics route with general pod information, and if enabled in pod settings, total user, half year/monthly active users and local post counts [#4602](https://github.com/diaspora/diaspora/pull/4602) * Add indication about markdown formatting in the publisher [#4589](https://github.com/diaspora/diaspora/pull/4589) +## Gem updates +* selenium-webdriver 2.34.0 -> 2.39.0 + # 0.2.0.1 * Bump rails to version 3.2.16, fixes several security issues, see http://weblog.rubyonrails.org/2013/12/3/Rails_3_2_16_and_4_0_2_have_been_released/