--- ray/doc/notes/ReleaseNotes 2005/01/05 19:34:10 1.60 +++ ray/doc/notes/ReleaseNotes 2005/01/07 20:33:01 1.61 @@ -1385,3 +1385,6 @@ mixing meshes and instances. (Thanks to Jack de Valpi Fixed innacuracy in calculation of diffuse transmission in the presence of pure specular (Fresnel reflection) using "trans" material. Thanks to Christoph Reinhart for pointing out the error. + +Made internal change to tone-mapping library to use structure pointer +rather than stack, making code re-entrant and more up to modern standards.