From 8b453dfd9c6ebf89c18dcb124e0d07c58e4f67fd Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Wed, 23 May 2007 20:29:04 +0000 Subject: [PATCH] Added fix to changelog, with credits to Phil Knight for reporting and help to fix it. --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6f482c9a8..92bd8660b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,10 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2007 May 23 + - Fixed quantization problem for planar triangle meshes in btOptimizedBvh + Thanks Phil Knight for reporting and helping to fix this bug. + 2007 May 20 - btAxisSweep3: Fixed a bug in btAxisSweep3 (sweep and prune) related to object removal. Only showed up when at least one btStaticPlaneShape was inserted. Thanks tbp for more details on reproducing case.