Skip to content

Commit 8757ec6

Browse files
committed
Compile release notes
1 parent 1249d7b commit 8757ec6

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

docs/releases.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@ Release Notes
33

44
.. towncrier release notes start
55
6+
v5.23.0 (2021-08-12)
7+
--------------------
8+
Web3 5.23.0 (2021-08-12)
9+
------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Add support for eth_feeHistory RPC method (`#2038 <https://github.com/ethereum/web3.py/issues/2038>`__)
15+
- Add support for eth_maxPriorityFeePerGas RPC method (`#2100 <https://github.com/ethereum/web3.py/issues/2100>`__)
16+
17+
18+
Bugfixes
19+
~~~~~~~~
20+
21+
- Hot fix for string interpolation issue with contract function call decoding exception to facilitate extracting a meaningful message from the eth_call response (`#2096 <https://github.com/ethereum/web3.py/issues/2096>`__)
22+
- Bypass adding a ``gasPrice`` via the gas price strategy, if one is set, when EIP-1559 transaction params are used for ``send_transaction`` (`#2099 <https://github.com/ethereum/web3.py/issues/2099>`__)
23+
24+
25+
Improved Documentation
26+
~~~~~~~~~~~~~~~~~~~~~~
27+
28+
- Update feeHistory docs (`#2104 <https://github.com/ethereum/web3.py/issues/2104>`__)
29+
30+
631
v5.22.0 (2021-08-02)
732
--------------------
833
Web3 5.22.0 (2021-08-02)

newsfragments/2038.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/2096.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/2099.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/2100.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/2104.doc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)