From 7636b6fb553d498e2ffd3b753646407464c74345 Mon Sep 17 00:00:00 2001 From: Daviw Williams Date: Tue, 27 Nov 2012 16:54:56 +0100 Subject: [PATCH] Updated changelog with Region changes. --- CHANGELOG.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cacad656..2fdb7e5a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,15 @@ 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. +This release has focused on... (some introduction here). + +Removed functionality +-------------------- +Functionality deprecated for the previous release has now been removed. This includes: + + - Region::getWidth() and related functions. You should now use Region::getWidthInVoxels() or Region::getWidthInCells. + + +The Region class has been tidied up and enhanced with new functionality. It now contains functions for growing and 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 ===============================