From 4b20e762e738895e567c9169445775a4745d9677 Mon Sep 17 00:00:00 2001
From: Florian Staudacher <florian_staudacher@yahoo.de>
Date: Sun, 7 Oct 2012 14:56:46 +0200
Subject: [PATCH] more changelog entries

---
 Changelog.md | 33 +++++++++++++++++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)

diff --git a/Changelog.md b/Changelog.md
index 4d4cd10bb8..940f15c3d0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,6 @@
 # 0.0.1.0pre
 
-## New configuration system! 
+## New configuration system!
 
 Copy over config/diaspora.yml.example to config/diaspora.yml and migrate your settings! An updated Heroku guide including basic hints on howto migrate is [here](https://github.com/diaspora/diaspora/wiki/Installing-on-heroku).
 
@@ -24,7 +24,18 @@ The new configuration system allows all possible settings to be overriden by env
 * ASSET_HOST -> ENVIRONMENT_ASSETS_HOST
 
 
-## Removed Gems
+## Gem changes
+
+### Updated gems
+
+* omniauth-tumblr 1.0 -> 1.1
+* rails_admin git -> 0.1.1
+* activerecord-import 0.2.10 -> 0.2.11
+* fog 1.4.0 -> 1.6.0
+* asset_sync 0.4.2 -> 0.5.0
+* jquery-rails 2.0.2 -> 2.1.3
+
+### Removed gems
 
 The following gems and their related files were removed as they aren't widely enough used to justify maintenance for them by the core developers. If you use them please maintain them in your fork.
 
@@ -38,3 +49,21 @@ The following gems were removed because their are neither used in daily developm
 * heroku
 * oink
 * yard
+
+
+## Publisher
+
+Refactoring of the JavaScript code; it is now completely rewritten to make use of Backbone.js.
+This paves the way for future improvements such as post preview or edit toolbar/help.
+
+
+## Removal of 'beta' code
+
+The feature-flag on users and all the code in connection with experimental UX changes got removed/reverted. Those are the parts that became Makr.io.
+The single-post view will also be revamped/reverted, but that didn't make it into this release.
+
+
+## JS lib updates
+
+
+## Cleanup in maintenance scripts and automated build environment
-- 
GitLab