From aaa3811a38491724fca564c054ede2eca775e608 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Fri, 6 Jul 2007 02:14:31 +0000 Subject: [PATCH] Added mention of skel --- doc/doc/ReleaseNotes | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/doc/ReleaseNotes b/doc/doc/ReleaseNotes index 904a241dae..b1a21bba9b 100644 --- a/doc/doc/ReleaseNotes +++ b/doc/doc/ReleaseNotes @@ -28,6 +28,7 @@ improvements. * Simple occlusion culling with PipeOcclusionCullTraverser. * Optional bounding boxes (instead of spheres): "bounds-type box", "bounds-type best" * Addition of eggcacher utility to preload model-cache. +* In source tree, added 'skel' directory to make it easier for newcomers to extend panda. I have no doubt that there will be a few significant bugs in this release, like all X.X.0 releases. - Josh