From 6baaa7e06ec67fbdf2cbd876c3cc184a348bffe6 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 7 Jun 2013 11:59:08 -0600 Subject: [PATCH] Changelog for migration fix (#317) Eventually, we should just remove the migration code. Not sure when, however. --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index e7b361a07..37eae87e7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -32,6 +32,8 @@ customize the way that matches are selected: And some bug fixes: * Python 2.6 compatibility for :doc:`/plugins/beatport`. Thanks Wesley Bitter. +* Don't move the config file during a null migration. Thanks to Theofilos + Intzoglou. 1.2.0 (June 5, 2013)