ChangeLog of pybill project
===========================

2020-09-08  --  1.2.0
    * Use python 3

2011-04-04  --  1.1.0
    * version adding the ability to choose the XML encoding
    * #52036: Adds an option to choose the encoding of the generated XML files (the files converted to the last PyBill format and the file with accounting entries)
    * #57062: Uses unittest2 for the tests
    * #52033: When some text can't be displayed in the PDF (in the footer or in the headers, writes a warning in the logs instead of silently passing); Also adds more space in the header for the metadata

2010-07-08  --  1.0.1
    * version correcting several bugs
    * #38514: read empty string in empty XML elements even with older lxml library
    * #38483: XML schemas installed in the correct directory
    * #38507: raise exception when reading document without receiver
    * #38508: generate documents even for people that doesn't work in an organisation

2010-07-08  --  1.0.0
    * new major version of PyBill
    * huge refactoring (everything has changed)
    * ability to control the precision of the number of items and the unit price
    * support of holdbacks
    * configuration file can be specified in the XML
    * configuration files are searched in user and system config directories
    * generation of accounting entries
    * definition and use of PyBill XML namespaces

2006-09-04  --  0.1.3
    * correction bugs liés à l'utilisation de reportlab 2.0

2005-10-12  --  0.1.2
    * correction des largeurs de colonnes dans PDF produit

2004-11-02  --  0.1.1
    * correction bug du chemin par défaut de la config

2004-10-24  --  0.1.0
    * première publication
