Skip to content

Commit 005afbd

Browse files
committed
Fix Changes formatting
1 parent 72353d7 commit 005afbd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Changes.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,15 @@
33
* There was a leak in the `MMDB_open()` sub when it was called against a file
44
which did not contain any MMDB metadata. Reported by Federico
55
G. Schwindt. GitHub issue #36.
6-
76
* Fixed an error that occurred when passing AI_V4MAPPED to `getaddrinfo()` on
87
FreeBSD. Apparently this macro is defined but doesn't work the way we
98
expected it to on that platform.
10-
119
* Made sure to call `freeaddrinfo()` when a call to `getaddrinfo()` fails but
1210
still allocated memory.
13-
1411
* Fixed a segfault in the tests that occurred on FreeBSD if we passed a NULL
1512
value to `freeaddrinfo()`.
16-
1713
* Added a missing step to the README.md file for installing from our GitHub
1814
repository. Patch by Yasith Fernando.
19-
2015
* Added instructions for installing via Homebrew. Patch by Yasith Fernando.
2116

2217

0 commit comments

Comments
 (0)