From cd064305fc8cf7fee1806e495d9016a5ce1e5d7f Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 3 Oct 2012 13:15:54 -0700 Subject: [PATCH] update changelog after #1444 and 05195ca68d501e06dd39cacdbcd86332a4357ea5 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e728e9ab2..8bc068f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ For a complete change history, see the git log. ## Future +- Added ability to pass a pre-created collision detector to the cairo renderer (#1444) + - Tolerance parameter is now supported for querying datasources at a given point (#503/#1499) - Improved detection of newlines in CSV files - now more robust in the face of mixed newline types (#1497)