From 833f311cf6d7cb94cd98bed84bada82090782876 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 11 Apr 2011 22:53:27 +0200 Subject: [PATCH] Update changelog with symlink fix --- docs/changes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index b2cff585..fe7b9927 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -69,6 +69,11 @@ No description yet. - Fix crash on ``--list-settings`` on clean installation. Thanks to Martins Grunskis for the bug report and patch. (Fixes: :issue:`63`) +- Packaging: + + - Replace test data symlinks with real files to avoid symlink issues when + installing with pip. (Fixes: :issue:`68`) + 0.3.1 (2010-01-22) ==================