From 9960a757e5209df5fd2cb4715f43e7070ec5049d Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 25 Nov 2012 09:48:33 +0100 Subject: [PATCH] Updated changelog. --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0c61ead0..cacad656 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,6 @@ Changes for PolyVox version 0.3 =============================== +The Region class has been tidied up and enhanced with new functionality. It now contains functions for dilating (enlarging) and eroding (shrinking) regions, as well as 'accumulate()' functions which ensure the Region contains a given point. The concept of an invalid region has also been introduced - this is one whose lower corner is greater than it's upper corner. Changes for PolyVox version 0.2 ===============================