Revision history for Perlwikipedia

1.3.3 PENDING RELEASE
	Changes made since 1.3.2:
		* get_pages_in_category now uses the API
		* Test 8 has been modified to test nested categories
		* Test 7 is now faster, but still effective
		* Bug checking added on edit for anon edit bug
		* Bots now use the bot flag when editing, as was done before switching to API editing
	Notes:
		* Regarding anonymous editing: MediaWiki bug 15420 has been marked as FIXED by Roan Kattouw. Waiting for that to be scapped so I can test it and enable the editing tests.
		* Before I updated get_pages_in_category, it seemed to have some encoding errors: returning escape sequences where it shouldn't. I'll be looking into its status on that front.
1.3.2 August 30 2008
	Changes made since 1.3.1:
		* Now logging in via API if password is supplied
	Bugs fixed since 1.3.1:
		* Fixed an encoding issue in page saving
	Notes:
		* Anonymous editing is currently broken. This is an upstream issue which I am working to resolve
1.3.1 August 28 2008
	Changes made since 1.3:
		* Maintenance: update manifest, readme
		* More MediaWiki::API: blocking, deleting, get_text
		* Add localization for MediaWiki::API. This is important...
		* Update tests to test for loading of sections of pages
		* AssertEdit assertaions can now be passed as 'bot' OR as '&assert=bot'
	Bugs fixed since 1.3:
		* MediaWiki::API didn't localise with set_wiki()
		* Unicode issues with MediaWiki::API editing fixed
		* Fix one warning in edit() - undefined value in string eq near line 252

1.3 August 2008
	Changes made since 1.2:
		* Convert over to use MediaWiki::API
-----
1.01 THIS IS AN UPCOMING RELEASE!
	Changes made since 1.0:
		* Standardized all functions to return 1 and set $object->{errstr} in the event of an error

	Bugs fixed since 1.0:
		* get_history and other _get_api-based functions will now properly escape utf8 characters in the query
		* Fixed memory leak issues with WWW::Mechanize
1.0  Sat Aug 25 2007
	* original version
