Skip to content

Commit c5f6141

Browse files
committed
The release notes are reStructuredText, not Markdown
1 parent 74990f9 commit c5f6141

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

HISTORY.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ History
1919
++++++++++++++++++
2020

2121
* IMPORTANT: Previously, the pure Python reader would allow
22-
`ipaddress.IPv4Address` and `ipaddress.IPv6Address` objects when calling
23-
`.get()`. This would fail with the C extension. The fact that these objects
22+
``ipaddress.IPv4Address`` and ``ipaddress.IPv6Address`` objects when calling
23+
``.get()``. This would fail with the C extension. The fact that these objects
2424
worked at all was an implementation detail and has varied with different
2525
releases. This release makes the pure Python implementation consistent
26-
with the extension. A `TypeError` will now be thrown if you attempt to
26+
with the extension. A ``TypeError`` will now be thrown if you attempt to
2727
use these types with either the pure Python implementation or the
28-
extension. The IP address passed to `.get()` should be a string type.
28+
extension. The IP address passed to ``.get()`` should be a string type.
2929
* Fix issue where incorrect size was used when unpacking some types with the
3030
pure Python reader. Reported by Lee Symes. GitHub #30.
3131
* You may now pass in the database via a file descriptor rather than a file

0 commit comments

Comments
 (0)