Skip to content

Commit ffc744b

Browse files
committed
Add changelog entry for #289
1 parent 2a1fa7f commit ffc744b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ CHANGELOG
55
------------------
66

77
* Java 17 or greater is now required.
8+
* Added support for MaxMind DB files larger than 2GB. The library now uses
9+
an internal Buffer abstraction that can handle databases exceeding the
10+
2GB ByteBuffer limit. Files under 2GB continue to use a single ByteBuffer
11+
for optimal performance. Requested by nonetallt. GitHub #154. Fixed by
12+
Silvano Cerza. GitHub #289.
813

914
3.2.0 (2025-05-28)
1015
------------------

0 commit comments

Comments
 (0)