We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14fb69 commit 5f4bfb1Copy full SHA for 5f4bfb1
HISTORY.rst
@@ -8,6 +8,12 @@ History
8
9
* IMPORTANT: Python 2.7 and 3.5 support has been dropped. Python 3.6 or greater
10
is required.
11
+* Type hints have been added.
12
+* The attributes ``postal_code`` and ``postal_confidence`` have been removed
13
+ from ``geoip2.record.Location``. These would previously always be ``None``.
14
+* ``user_id`` is no longer supported as a named argument for the constructor
15
+ on ``geoip2.webservice.Client``. Use ``account_id`` or a positional
16
+ parameter instead.
17
18
3.0.0 (2019-12-20)
19
++++++++++++++++++
0 commit comments