Skip to content

Commit 229ed53

Browse files
committed
Update change history
1 parent f6ef8a2 commit 229ed53

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
History
44
-------
55

6+
2.1.0 (2014-12-XX)
7+
++++++++++++++++++
8+
9+
* The reader now supports pure Python file and memory modes. If you are not
10+
using the C extension and your Python does not provide the ``mmap`` module,
11+
the file mode will be used by default. You can explicitly set the mode using
12+
the ``mode`` keyword argument with the ``MODE_AUTO``, ``MODE_MMAP``,
13+
``MODE_MMAP_EXT``, ``MODE_FILE``, and ``MODE_MEMORY`` constants exported by
14+
``geoip2.database``.
15+
616
2.0.2 (2014-10-28)
717
++++++++++++++++++
818

0 commit comments

Comments
 (0)