HISTORY in dfect-2.0.0 vs HISTORY in dfect-2.1.0

- old
+ new

@@ -2,10 +2,31 @@ %# You can read this document in its full glory by #% %# opening ./doc/index.html in your favorite Web browser. #% %# #% %#---------------------------------------------------------------------------- +%| section "Version 2.1.0 (2010-03-31)" +%#---------------------------------------------------------------------------- + + This release adds a <%= xref "Shell command", "command-line test runner" %> + and performs some minor housekeeping. + + %#-------------------------------------------------------------------------- + %| paragraph "New features" + %#-------------------------------------------------------------------------- + + * Add `bin/dfect` executable as command-line interface to this library. + + %#-------------------------------------------------------------------------- + %| paragraph "Housekeeping" + %#-------------------------------------------------------------------------- + + * Do not `require 'rubygems'` before loading the "ruby-debug" library. + + * Upgrade to Inochi 2.0.0-rc2 for managing this project. + +%#---------------------------------------------------------------------------- %| section "Version 2.0.0 (2010-03-21)" %#---------------------------------------------------------------------------- This release adds the ability to insulate tests from each other, share code between them, makes the order of parameters consistent in the API, improves @@ -94,11 +115,11 @@ %#-------------------------------------------------------------------------- %| paragraph "Housekeeping" %#-------------------------------------------------------------------------- - * Upgrade to Inochi 2.0.0 for managing this project. + * Upgrade to Inochi 2.0.0-rc1 for managing this project. * Make emulation libraries modify Dfect module instead of Kernel. * Do not pollute the user's output with our `Class#to_yaml` workaround. @@ -235,12 +256,12 @@ %#-------------------------------------------------------------------------- %| paragraph "New features" %#-------------------------------------------------------------------------- - * Added <%= xref "Negation", "negation (m!)" %> and <%= - xref "Sampling", "sampling (m?)" %> variations to <%= - xref "Assertions", "assertion methods" %>. + * Added <%= xref "Negation", "negation (m!)" %> and <%= + xref "Sampling", "sampling (m?)" %> variations to <%= + xref "Assertions", "assertion methods" %>. These new methods implement assertion functionality missing so far (previously we could not assert that a given exception was NOT thrown) and thereby allow us to fully test Dfect using itself.