From 8229965dde857d07c6e20148c7c32a527b311dd8 Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh <bryan.tongminh@gmail.com> Date: Sat, 2 May 2009 22:15:19 +0000 Subject: [PATCH] Add a bit of history. --- mwclient/RELEASE-NOTES.txt | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/mwclient/RELEASE-NOTES.txt b/mwclient/RELEASE-NOTES.txt index 58d9b7a..ed257fc 100644 --- a/mwclient/RELEASE-NOTES.txt +++ b/mwclient/RELEASE-NOTES.txt @@ -22,5 +22,26 @@ Mwclient was released on 2 May 2009. * Improved general HTTP and upload handling. == Changes in version 0.6.1 and 0.6.0 == -Mwclient 0.6.1 was released in February 2008. No release notes were kept for -that version. It was the first official release via Sourceforge. +Mwclient 0.6.1 was released in May 2008. No release notes were kept for +that version. + +Mwclient 0.6.0 was released in February 2008. It was the first official +release via Sourceforge. + +This version kicked out some Pywikipedia influences added in 0.4. + +== Mwclient 0.5 == +Mwclient 0.5 was an architectural redesign which accomplished easy +extendibility and added proper support for continuations. + +== Mwclient 0.4 == +Mwclient 0.3 is somewhat the basis for future releases and shows the current +module architecture. It was somewhat influenced by Pywikipedia that was then +discovered by the author. + +== Mwclient 0.2 and 0.3 == +Mwclient 0.2 and 0.3 was probably a bit of a generalization, and maybe already +used the API for some part, but details are unknown. + +== Mwclient 0.1 == +Mwclient was a non-API module for accessing Wikipedia using an XML parser. \ No newline at end of file -- GitLab