From 4534f721b5c7203295b70fc45746f77e24e6bdc0 Mon Sep 17 00:00:00 2001 From: David Williams Date: Wed, 27 Feb 2013 15:07:52 +0100 Subject: [PATCH] A one line change for testing purposes. I'm curious whether another addition commit gets pushed. --- CHANGELOG.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1b772672..59c4042a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,8 @@ Changes for PolyVox version 0.3 =============================== This release has focused on... (some introduction here). +This line was added just for testing. + LargeVolume ----------- It is now possible to provide custom compressors for the data which is stored in a LargeVolume. Two compressor implementation are provided with PolyVox - RLECompressor which is suitable for cubic-style terrain, and MinizCompressor which uses the 'miniz' zlib implementation for smooth terrain or general purpose use. Users can provide their own implementation of the compressor interface if they wish.