From 205a0619fd82d655c932fc32775cd62d5cf0db59 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Wed, 14 Dec 2011 11:38:16 -0500 Subject: [PATCH] Added CHANGELOG --- CHANGELOG | 12 ++++++++++++ README | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..ff157b6 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,12 @@ +v1.0beta7 + - Support for batch requests. http://code.google.com/p/google-api-python-client/wiki/Batch + - Support for media upload. http://code.google.com/p/google-api-python-client/wiki/MediaUpload + - Better handling for APIs that return something other than JSON. + - Major cleanup and consolidation of the samples. + - Bug fixes and other enhancements: + 72 Defect Appengine OAuth2Decorator: Convert redirect address to string + 22 Defect Better error handling for unknown service name or version + 48 Defect StorageByKeyName().get() has side effects + 50 Defect Need sample client code for Admin Audit API + 28 Defect better comments for app engine sample Nov 9 + 63 Enhancement Let OAuth2Decorator take a list of scope diff --git a/README b/README index bc3fd7c..48ed3a9 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ Installation To install, simply say - $ python setup.py install + $ easy_install --upgrade google-api-python-client Running