diff --git a/CHANGELOG b/CHANGELOG index a81c099b..0e23d173 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,13 +2,14 @@ #============================================================================================ -OpenMesh 2.0-RC5 ( Rev 258 ): +OpenMesh 2.0-RC5 ( Rev 263 ): * Core - Fixed build error in function calc_dihedral_angle_fast - Made iterators/circulators stl compliant - Provide begin/end functions for circulators - mostream crash fixed (Thanks to Adrian Secord for providing the patch) +- added colors to status flags for edges ( request_edge_color ... ) * Readers/Writers - Fixed build error in STL writer @@ -18,6 +19,7 @@ OpenMesh 2.0-RC5 ( Rev 258 ): * Documentation - Added mesh navigation tutorial - Added iterator tutorial +- Updated tutorial and docu for mesh circulators - Examples for flipping and collapsing edges - Fixed a lot of doxygen warnings - Fixed some spellings diff --git a/Doc/history.docu b/Doc/history.docu index 443af905..4abb7083 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -7,7 +7,7 @@ -2.0-RC5 (?/?/?,Rev.256) +2.0-RC5 (?/?/?,Rev.263) Core Readers/Writers @@ -28,6 +29,7 @@