From 1e04c1d88e808568e2f0a004093029388e5f3764 Mon Sep 17 00:00:00 2001 From: Ian Dees Date: Mon, 6 Feb 2017 14:13:32 -0500 Subject: [PATCH] Remove reference to the attempt to fix the connection pool from changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 285cc23..686caa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ CHANGELOG v1.2.0 ------ * Roll back the use of psycopg2 connection pools. (See [tilequeue/#149](https://github.com/tilezen/tilequeue/pull/149) and [#62](https://github.com/tilezen/tileserver/pull/62)) -* Try increasing the maximum connection count on connection pools. (See [#61](https://github.com/tilezen/tileserver/pull/61)) v1.1.0 ------