Skip to content

Commit 0dbc982

Browse files
committed
Updates to doc
1 parent dac7d61 commit 0dbc982

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/_sources/whatsnew.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This document outlines features and improvements from each release.
1111

1212
v0.5.0 - December 8, 2022 (**API CHANGES**)
1313
-------------------------------------------
14-
* **Query parameter syntax has changed from ``:1`` for positional
14+
* ! Query parameter syntax has changed from ``:1`` for positional
1515
and ``:key`` for dictionary keys to ``%s`` for positional and ``%(key)s``
16-
for dictionary keys**
17-
* **``results_format`` connection parameter has changed to ``results_type``**
16+
for dictionary keys
17+
* ! ``results_format`` connection parameter has changed to ``results_type``
1818
* High-performance C extension added
1919
* Added ``ssl_verify_cert`` and ``ssl_verify_identity`` connection options
2020
* Add Python 3.11 support

docs/src/whatsnew.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This document outlines features and improvements from each release.
1111

1212
v0.5.0 - December 8, 2022 (**API CHANGES**)
1313
-------------------------------------------
14-
* **Query parameter syntax has changed from ``:1`` for positional
14+
* ! Query parameter syntax has changed from ``:1`` for positional
1515
and ``:key`` for dictionary keys to ``%s`` for positional and ``%(key)s``
16-
for dictionary keys**
17-
* **``results_format`` connection parameter has changed to ``results_type``**
16+
for dictionary keys
17+
* ! ``results_format`` connection parameter has changed to ``results_type``
1818
* High-performance C extension added
1919
* Added ``ssl_verify_cert`` and ``ssl_verify_identity`` connection options
2020
* Add Python 3.11 support

docs/whatsnew.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ <h1>What’s New<a class="headerlink" href="#what-s-new" title="Permalink to thi
9696
<section id="v0-5-0-december-8-2022-api-changes">
9797
<h2>v0.5.0 - December 8, 2022 (<strong>API CHANGES</strong>)<a class="headerlink" href="#v0-5-0-december-8-2022-api-changes" title="Permalink to this headline"></a></h2>
9898
<ul class="simple">
99-
<li><p><strong>Query parameter syntax has changed from ``:1`` for positional
100-
and ``:key`` for dictionary keys to ``%s`` for positional and ``%(key)s``
101-
for dictionary keys</strong></p></li>
102-
<li><p><strong>``results_format`` connection parameter has changed to ``results_type``</strong></p></li>
99+
<li><p>! Query parameter syntax has changed from <code class="docutils literal notranslate"><span class="pre">:1</span></code> for positional
100+
and <code class="docutils literal notranslate"><span class="pre">:key</span></code> for dictionary keys to <code class="docutils literal notranslate"><span class="pre">%s</span></code> for positional and <code class="docutils literal notranslate"><span class="pre">%(key)s</span></code>
101+
for dictionary keys</p></li>
102+
<li><p>! <code class="docutils literal notranslate"><span class="pre">results_format</span></code> connection parameter has changed to <code class="docutils literal notranslate"><span class="pre">results_type</span></code></p></li>
103103
<li><p>High-performance C extension added</p></li>
104104
<li><p>Added <code class="docutils literal notranslate"><span class="pre">ssl_verify_cert</span></code> and <code class="docutils literal notranslate"><span class="pre">ssl_verify_identity</span></code> connection options</p></li>
105105
<li><p>Add Python 3.11 support</p></li>

0 commit comments

Comments
 (0)