[Mockpp-commits] mockpp ChangeLog,1.77,1.78
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-11-24 19:45:53
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8022 Modified Files: ChangeLog Log Message: remove superfluous template parameter Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- ChangeLog 19 Nov 2005 19:41:22 -0000 1.77 +++ ChangeLog 24 Nov 2005 19:45:43 -0000 1.78 @@ -2,6 +2,9 @@ mockpp history -------------- +2005-11-24 1.10.1: + + - remove superfluous template parameter 2005-11-19 1.10.0: @@ -12,7 +15,7 @@ - added template based classes to mock methods (chainable and visitable) - compatibilty break: cleanup and removed all methods clear() as they were mostly duplicates of reset() - - IsCloseTo compared wrong when passed scalar values exctly on the bounds + - IsCloseTo compared wrong when passed scalar values exactly on the bounds 2005-10-11 1.9.5: |