Skip to content

Commit 1200035

Browse files
authored
Fix release notes formatting (pynamodb#608)
1 parent 71c33e8 commit 1200035

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/release_notes.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ This is major release and contains breaking changes. Please read the notes below
1212

1313
Given that ``botocore`` has moved to using ``urllib3`` directly for making HTTP requests, we'll be doing the same (via ``botocore``). This means the following:
1414

15-
* The ``session_cls`` option is no longer supported. S
15+
* The ``session_cls`` option is no longer supported.
16+
1617
* The ``request_timeout_seconds`` parameter is no longer supported. ``connect_timeout_seconds`` and ``read_timeout_seconds`` are now available instead.
17-
* Note that the timeout for connection and read are now ``15`` and ``30`` seconds respectively. This represents a change from the previous ``60`` second combined ``requests`` timeout.
18+
19+
+ Note that the timeout for connection and read are now ``15`` and ``30`` seconds respectively. This represents a change from the previous ``60`` second combined ``requests`` timeout.
20+
1821
* *Wrapped* exceptions (i.e ``exc.cause``) that were from ``requests.exceptions`` will now be comparable ones from ``botocore.exceptions`` instead.
1922

2023
Other changes in this release:

0 commit comments

Comments
 (0)