Skip to content

Commit 2042146

Browse files
committed
Add a change log entry for #33
1 parent 450fb66 commit 2042146

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ History
1616
extension. The IP address passed to `.get()` should be a string type.
1717
* Fix issue where incorrect size was used when unpacking some types with the
1818
pure Python reader. Reported by Lee Symes. GitHub #30.
19+
* You may now pass in the database via a file descriptor rather than a file
20+
name when creating a new ``maxminddb.Reader`` object using ``MODE_FD``.
21+
This will read the database from the file descriptor into memory. Pull
22+
request by nkinkade. GitHub #33.
1923

2024
1.3.0 (2017-03-13)
2125
++++++++++++++++++

0 commit comments

Comments
 (0)