0.2.6 (2010-01-22)
==================
- calling ris2bib  converter with explicit UTF-8 input encoding 
  (checked and enforced within bibliograph.parsing)

0.2.5 (2009-12-15)
==================

- IBibliographicReference: 'year' is now a TextLine field because
  an 'Int' is to restrictive
- re-added old mapping unicode chars -> TeX

0.2.4 (2009-12-12)
==================

- added publication_month to IBibliographicReference

0.2.3 (2009-12-06)
==================

- replaced unicode -> TeX mapping (encodings.py) with a more complete
  mapping as found in docutils.py (unicode_map.py)

0.2.2 (2009-12-04)
==================

- IBibliographicReference: added 'identifiers' to schema


0.2.1 (2009-08-26)
==================

- "_encode"-utility now always returns a string

0.2.0 (2008-09-11)
==================

- Moved _getCommand/_hasCommand functions relating to bibutils from bibliograph.rendering to bibliograph.core [tim2p].
- Updated encodings.py so that accented characters are correctly rendered for BibTeX/LaTeX [tim2p].
- Removed IBibContainerIterator in favour of rolling the functionality into a (new) IBibliography interface [tim2p].
- Added an (unused, currently) IAuthors interface that I plan to develop into a part of the author handling api [tim2p].
- Introduced generic vocabulary `bibliography.formats` for IBibliographyExport interface [tom_gross].

0.1.0 (2008-05-02)
==================

- Created recipe with ZopeSkel [tom_gross].
- Ported necessary core parts from Products.CMFBibliographyAT
- Added Interfaces


