Skip to content

Commit b10c765

Browse files
committed
Add changelog entry
1 parent 685f511 commit b10c765

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log #
22

3+
## 0.23.0 - 2022-04-03
4+
5+
* Added `lookup_prefix` to return the prefix length for the network
6+
associated with the IP address. Pull request by Marek Vavruša.
7+
GitHub #26.
8+
9+
## 0.22.0 - 2022-03-23
10+
11+
* A `within` method has been added to the reader to allow iterating
12+
over all records in the database. Pull request by Ross McFarland.
13+
Github #50.
14+
* Database structs in `maxminddb::geoip2` have been updated. Most
15+
noticeably, an `Enterprise` struct has been added and the `model`
16+
module has been replaced by `city` and `country` modules. Also,
17+
several missing fields have been added.
18+
* `Mmap` is now re-exported for convenience. Pull request by zhuhaow.
19+
GitHub #54.
20+
* Upgraded memmap2 dependency.
21+
322
## 0.21.0 - 2021-07-20
423

524
* Reduce the amount of code generated by shrinking generic methods.

0 commit comments

Comments
 (0)