Skip to content

Commit c9cabb1

Browse files
committed
note most recent changes to changelog
1 parent 4e346ea commit c9cabb1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# IPInfo Changelog
22

3+
## 4.1.0 (WIP)
4+
5+
- Most private functions on all handlers (i.e. those that start with `_`) are
6+
now moved to `ipinfo.handler_utils`.
7+
38
## 4.0.0
49

510
#### Breaking Changes
611

712
- [PR #32](https://github.com/ipinfo/python/pull/32)
8-
All EOL Python versions are no longer supported; currently, Python 3.6 or greater is now **required**.
9-
An asynchronous handler is available from `getHandlerAsync` which returns an `AsyncHandler` which uses **aiohttp**.
13+
All EOL Python versions are no longer supported; currently, Python 3.6 or
14+
greater is now **required**.
15+
An asynchronous handler is available from `getHandlerAsync` which returns an
16+
`AsyncHandler` which uses **aiohttp**.
1017

1118
## 3.0.0
1219

0 commit comments

Comments
 (0)