1.0.0b1 (2010-01-28)
===================
- new numbering schema
- minor tweaks

0.2.3 (2010-01-22)
==================
- added explicit input encoding check for RIS files since bib.core expects
  from now on RIS input data with UTF-8 encoding
- updated tests with utf-8 encoded input data

0.2.2 (2009-12-12)
==================
- now dealing correctly with all TeX escapings (and restored
  the escaping support of old versions)

0.2.1 (2009-12-05)
==================
- fixed keywords import of BibTex files

0.2.0 (2009-12-04)
==================

- added BibTeX parsing support for identifiers (ISBN, ASIN, PURL, URN, ISSN, DOI)
- BibTeX parser no deals correctly with keys containing a dash like 'date-modified'
- added more tests

0.1.0 (2008-09-04)
==================

- Created package with ZopeSkel
- Ported all parsers from Products.CMFBibliographyAT
- Removed all CMF / Zope2 / Plone dependencies
- Removed obsolete/unused parsers: [CitationManager, IBSS, ISBN, pyblbibex]
- Fixed broken EndNote parser
- Established reliable checkFormat() methods for existing parsers
- Extended parser test coverage
