From a37a9bdb821ea94bc5e566fe9f6db2029df39447 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sat, 18 Jul 2015 14:46:24 -0700 Subject: clean up iterable_as_array for 3.8.0 --- index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'index.rst') diff --git a/index.rst b/index.rst index d36d0d1..fce07b9 100644 --- a/index.rst +++ b/index.rst @@ -234,8 +234,8 @@ Basic Usage any object not in the above table that implements ``__iter__()`` will be encoded as a JSON array. - .. versionchanged:: 3.7.4 - *iterable_as_array* is new in 3.7.4. + .. versionchanged:: 3.8.0 + *iterable_as_array* is new in 3.8.0. .. versionchanged:: 2.2.0 *tuple_as_array* is new in 2.2.0. @@ -385,8 +385,8 @@ Basic Usage any object not in the above table that implements ``__iter__()`` will be encoded as a JSON array. - .. versionchanged:: 2.3.0 - *iterable_as_array* is new in 2.3.0. + .. versionchanged:: 3.8.0 + *iterable_as_array* is new in 3.8.0. To use a custom :class:`JSONDecoder` subclass, specify it with the ``cls`` @@ -681,8 +681,8 @@ Encoders and decoders any object not in the above table that implements ``__iter__()`` will be encoded as a JSON array. - .. versionchanged:: 3.7.4 - *iterable_as_array* is new in 3.7.4. + .. versionchanged:: 3.8.0 + *iterable_as_array* is new in 3.8.0. If *bigint_as_string* is true (default: ``False``), :class:`int`` ``2**53`` and higher or lower than ``-2**53`` will be encoded as strings. This is to -- cgit v1.2.1