Browse Source

Added comment about eggcacher

Josh Yelon 18 years ago
parent
commit
c2c19761d7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      doc/doc/ReleaseNotes

+ 4 - 1
doc/doc/ReleaseNotes

@@ -1,7 +1,9 @@
 ------------------------  RELEASE 1.4.0  ------------------------
 
-This release incorporates lots of small, incremental improvements.
+This release incorporates lots of small, incremental
+improvements.
 
+* Model-cache enabled by default in prepackaged release.
 * Improved OSX support: mouselook, fmod fixes, icon filename.
 * Better memory usage tracking from pstats.
 * Removed dependencies on NSPR.
@@ -23,6 +25,7 @@ This release incorporates lots of small, incremental improvements.
 * Several low-level rendering optimizations.
 * 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.
 
 I have no doubt that there will be a few significant bugs in this release, like all X.X.0 releases. - Josh