From af119bedfc8bc7cf2c52615d5b97ebfe0605a9ce Mon Sep 17 00:00:00 2001
From: Bryan Tong Minh <bryan.tongminh@gmail.com>
Date: Fri, 6 May 2011 13:18:40 +0000
Subject: [PATCH] RELEASE-NOTES for r98 and r99

---
 mwclient/RELEASE-NOTES.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/mwclient/RELEASE-NOTES.txt b/mwclient/RELEASE-NOTES.txt
index f940ab0..d6716a4 100644
--- a/mwclient/RELEASE-NOTES.txt
+++ b/mwclient/RELEASE-NOTES.txt
@@ -3,7 +3,9 @@ RELEASE NOTES FOR MWCLIENT
 This is mwclient 0.6.5. The following are the release notes for this version.
 
 == Changes in version 0.6.5 ==
-No changes yet
+* Explicitly convert the Content-Length header to str, avoiding a TypeError
+  on some versions of Python.
+* Fix for upload by URL
 
 == Changes in version 0.6.4 ==
 * Added support for upload API
-- 
GitLab