summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorJordonPhillips <phjordon@amazon.com>2016-01-18 17:41:32 -0800
committerJordonPhillips <phjordon@amazon.com>2016-01-18 17:41:32 -0800
commit3c78a893b9622601bcfbf49a3a2c87595e35a843 (patch)
treecd7e36784412d6937f95ef52d27ef70c2d1b48db /docs/source
parenteeb7f237e0801bce9a87148c9364ba3069c6d6da (diff)
downloadboto-3c78a893b9622601bcfbf49a3a2c87595e35a843.tar.gz
Added release notes for 2.39.0
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/index.rst2
-rw-r--r--docs/source/releasenotes/v2.39.0.rst27
2 files changed, 29 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index ce193393..6be34845 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -152,6 +152,8 @@ Release Notes
.. toctree::
:titlesonly:
+ releasenotes/v2.39.0
+ releasenotes/v2.38.0
releasenotes/v2.37.0
releasenotes/v2.36.0
releasenotes/v2.35.2
diff --git a/docs/source/releasenotes/v2.39.0.rst b/docs/source/releasenotes/v2.39.0.rst
new file mode 100644
index 00000000..b1e465b3
--- /dev/null
+++ b/docs/source/releasenotes/v2.39.0.rst
@@ -0,0 +1,27 @@
+boto v2.39.0
+============
+
+:date: 2016/01/18
+
+Add support for ap-northeast-2, update documentation, and fix several bugs.
+
+
+Changes
+-------
+* Autodetect sigv4 for ap-northeast-2 (:issue:`3461`, :sha:`c2a17ce`)
+* Added support for ap-northeast-2 (:issue:`3454`, :sha:`c3c1ddd`)
+* Remove VeriSign Class 3 CA from trusted certs (:issue:`3450`, :sha:`8a025df`)
+* Add note about boto3 on all pages of boto docs (:sha:`9bd904c`)
+* Fix for listing EMR steps based on cluster_states filter (:issue:`3399`, :sha:`0f92f35`)
+* Fixed param name in set_contents_from_string docstring (:issue:`3420`, :sha:`e30297b`)
+* Closes #3441 Remove py3 test whitelist Update rds to pass on py3 Update mturk to pass tests on py3 Update cloudsearchdomain tests to work with py3 (:issue:`3441`, :sha:`5b2f552`)
+* Run tests against py35 (:sha:`7d039d0`)
+* Fix Glacier test failure in python 3.5 due to MagicMock (:issue:`3412`, :sha:`d042f07`)
+* Undo log message change BF(PY3): use except ... as syntax instead of except ..., (:sha:`607cad7`)
+* Fix travis CI builds for PY3 (:issue:`3439`, :sha:`22ab610`)
+* Spelling fixes (:issue:`3425`, :sha:`f43bbbd`)
+* Fixed docs (:issue:`3401`, :sha:`4f66311`)
+* Add deprecation notice to emr methods (:issue:`3422`, :sha:`cee6159`)
+* Add some GovCloud endpoints (:issue:`3421`, :sha:`5afc068`)
+
+