* Tue Dec 14 2011 Guillaume Lemaître <guillaume(dot)lemaitre(at)gmail(dot)com>
- Identifiying contributors to coverage is more accurate, as they are also
  recorded at the Instruction level now. Only real contributors, i.e. those
  who increase AccessCounter by at least one, are recorded.

* Wed Jul 27 2011 Guillaume Lemaître <guillaume(dot)lemaitre(at)gmail(dot)com>
- format() function appeared in Python 2.6. To enhance compatibility with
  previous Python version, PyCant no more relies on it.

* Tue Jul 26 2011 Guillaume Lemaître <guillaume(dot)lemaitre(at)gmail(dot)com>
- Still renaming classes, methods, etc.
- Writer is more likely to dump structural coverage results in the same order
  than IPL Cantata++ does. It may only differ when dumping results involving
  functions with the same name.
- Wise use of regular expressions saves about 25% of CPU.
- Code cleaning.
- Added README file

* Mon Jul 25 2011 Guillaume Lemaître <guillaume(dot)lemaitre(at)gmail(dot)com>
- Some classes and attributes have been renamed to enhance readability.
- project.Project has been merged into ctr.TestResult.

* Sat Jul 23 2011 Guillaume Lemaître <guillaume(dot)lemaitre(at)gmail(dot)com>
- Reorganized source tree for './setup.py sdist' to work properly.
- Fix Python3 compatibility issue.

* Fri Jul 22 2011 Guillaume Lemaître <guillaume(dot)lemaitre(at)gmail(dot)com>
- First public release.
