The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.08 Wed Oct 13 12:16:51 CEST 2004
     - The login form isn't generated by javascript anymore, and the 
       name of the login field has changed from 'userid' to 'login'.
     
0.07 Wed Aug 13 12:20:15 CEST 2003
     - The accounts pages are disabled when the user logs in more than
       100 times with the same password. This is now fixed by changing
       the password to a temp one and back to the orginal.

0.06 Tue Aug  5 12:37:19 CEST 2003
     - Added a "value date" field, which is present if the account is a
       company account (mat).
     - The internal structure of the Statement object is now a hash
       rather than an array (mat).
     - If there was only one account, the download form was missing a
       radio-button. The module now add the button if necessary (mat).

0.05 Sat Aug  2 18:12:32 CEST 2003
     - the 'use constant' has been changed to the old syntax (no
       hashref reference) (sniper).

0.04 Sat Aug  2 07:39:54 CEST 2003
     - The login page has changed. (sniper)

0.03 Fri May 30 12:13:56 CEST 2003
     - Forgot to include the PREREQ_PM in the Makefile.PL
     - The date of each statement is now YYYY-MM-DD instead of
       DD/MM/YY

0.02 Mon May 26 00:54:33 CEST 2003
     - Fixed a really embarassing typo in the module name from
       'Finance::Bank::BNPParisbas' to 'Finance::Bank::BNPParibas'
     - Rewrote the web-scraping part to adapat the new bnpnet 
       interface.

0.01 Mon Oct 28 16:40:28 CET 2002
     - Initial release