ounit-1.1.1

  - bracket now enforce returning unit
  - update examples
  - ListSimpleMake now use the provided comparator for all elements

ounit-1.1.0

  - Add a ~pp_diff parameter to assert_equal and some classic diff operations
    (Closes: #635, #642)
  - Add an assert_command function (Closes: #641)
  - Add a bracket_tmpfile to ease temporary file use
  - Enhance documentation, translate the docbook manual into ocamldoc and
    add content
  - Allow to add extra command line arguments to run_test_tt_main 
    (Closes: #640)
  - Add a -list-test options to run_test_tt_main, to list available tests
  - Skip tests when using "-only-test", rather than removing it. This way 
    the path is the same even if some tests don't pass (Closes: #637)
  - Add backtrace support (Closes: #639), thanks to Michael Ekstrand
  - Use OASIS 
  - Move to OCaml Forge: http://ounit.forge.ocamlcore.org
  - Maintainance is now done by Sylvain Le Gall (OCamlCore SARL), thanks to
    Maas-Maarten Zeeman for all his work

ounit-1.0.3
  
  - Add the possibility to skip test and mark tests as todo

ounit-1.0.2

  - Refactored OUnit package. The test result and test event data structures
    are now clearly separated.

ounit-1.0.1
  
  - Added optional compare function to assert_equal, and a float compare
    function. Thanks go to Daniel Buenzli

ounit-1.0.0
 
  - Add bracket support (Thanks go to Laurent Vaucher)

  - Add an example for bracket usage

ounit-0.1.0

  - Makefile improvements

ounit-0.0.3

  - Added findlib support

ounit-0.0.2

  - Added assert_raises which checkes if an exception is raised. 
    (thanks go to Keita Yamaguchi, for the idea)
  
  - Fixed (hopefully) the .depend file 

ounit-0.0.1

  - First release of ocaml-unit
