Skip to content

Commit 82874af

Browse files
committed
Update changelog for 0.25.0
1 parent 05681a5 commit 82874af

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
## 0.25.0 - 2025-02-16
4+
5+
* Serde will now skip serialization of the GeoIP2 struct fields
6+
when `Option` is none. Pull request by Stefan Sundin. GitHub #79.
7+
* `Serialize` and `Clone` were added to the `Metadata` struct. Pull
8+
request by Stefan Sundin. GitHub #80.
9+
* Added feature to use `simdutf8` as a faster alternative when
10+
`unsafe-str-decode` is too risky. Pull request by Jakub Onderka.
11+
GitHub #88.
12+
* Minor internal refactoring and performance improvements.
13+
314
## 0.24.0 - 2024-01-09
415

516
* Added the `is_anycast` field to the `Traits` struct. Pull request

0 commit comments

Comments
 (0)