summaryrefslogtreecommitdiffstats
path: root/vendor/maxmind-db/reader/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/maxmind-db/reader/CHANGELOG.md')
-rw-r--r--vendor/maxmind-db/reader/CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/maxmind-db/reader/CHANGELOG.md b/vendor/maxmind-db/reader/CHANGELOG.md
index d413e4f..7c954ea 100644
--- a/vendor/maxmind-db/reader/CHANGELOG.md
+++ b/vendor/maxmind-db/reader/CHANGELOG.md
@@ -1,6 +1,21 @@
CHANGELOG
=========
+1.11.1 (2023-12-01)
+-------------------
+
+* Resolve warnings when compiling the C extension.
+* Fix various type issues detected by PHPStan level. Pull request by
+ LauraTaylorUK. GitHub #160.
+
+1.11.0 (2021-10-18)
+-------------------
+
+* Replace runtime define of a constant to facilitate opcache preloading.
+ Reported by vedadkajtaz. GitHub #134.
+* Resolve minor issue found by the Clang static analyzer in the C
+ extension.
+
1.10.1 (2021-04-14)
-------------------