0.16
    BOI: minor cleanup of stray debug text
    MBNA: update sentinel text to pull account details from summary page

0.15
    Forgot to actually bump the module versions and update this file.

0.14
	Update MBNA for layout changes

0.13
    Use old BoI address, as both Safari and WWW::Mechanize can't cope
    with the new one and I don't know why not.

0.12
    Missed one of the MBNA layout changes. Also, I added some sanity
    checking to the BoI beneficiaries code; it now checks that a
    beneficiary is active before letting you use it.

0.11
    BoI layout changed again, as did some of the MBNA layout.

0.10
	BoI layout changed in mid-October 2007. Code is somewhat more robust in
	that it will now bail out when it can't parse things instead of returning
	undef. One minor regression in functionality: the account transfer used
	understand your own bank account nicknames both as source and
	destination. Due to formatting changes the nickname as destination no
	longer works. You can probably fix this by setting a nickname on the
	account in the third-party beneficiaries list, where BoI seem to inevitably
	list your non-third-party accounts regardless of what ever else you do.

0.09
    Phishing page, take two.

0.08
    Deal with BoI phishing page

0.07
	Update to match new BoI layout (changed June 20th or so)

0.06
	Add transfer_funds function to BoI code
	Update example program to show transfer_funds function

0.05
	Fix example program to match API!
	Remove currency from numeric fields in MBNA.pm
	Handle unicode as well as encoded euro sign in MBNA.pm

0.04
	Fix up Makefile with prereqs
	Parse date in BoI statement and return as unix time

0.03
	Add account details to BoI
	Clean up somewhat for release

0.02
	Converted BankOfIreland.pm to use WWW::Mechanize
	MBNA.pm now handles the occasional Update Your E-Mail Address page

0.01
	Initial version