From 3b44a88c44f08ebdd8155c9257de26591ff907e9 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 3 Jul 2012 12:17:28 -0700 Subject: [PATCH] update changlog after 47e5b3c --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 1f7e8857b..d6c35d1df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -13,6 +13,8 @@ For a complete change history, see the SVN log. Mapnik 2.0.2 ------------ +- Support for PostGIS 2.0 in the pgsql2sqlite command (e69c44e/47e5b3c) + - Fixed reference counting of Py_None when returning null attributes from Postgres during UTFGrid encoding, which could cause a Fatal Python error: deallocating None (#1221) - Fixed possible breakage registering plugins via python if a custom PREFIX or DESTDIR was used (e.g. macports/homebrew) (#1171)