diff --git a/ChangeLog b/ChangeLog index c788ba79f..3acd529e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2015-06-12 08:04 robert + + * src/osgText/TextBase.cpp: From Farshid Lashkari, "I've modified + some setter methods of TextBase to avoid unnecessary calls to + computeGlyphRepresentation() if the value has not changed." + +2015-06-11 08:44 robert + + * include/osg/GLDefines: Reverted the typdef GLfloat GLdouble for + Andoid as this was causing conflicts. + +2015-06-10 18:22 robert + + * AUTHORS.txt, ChangeLog: Updated ChangeLog and AUTHORS file for + 3.3.8 dev release + 2015-06-10 16:48 robert * CMakeModules/FindOpenEXR.cmake: From Laurens Voerman, "attached