Skip to content

Commit ad256d9

Browse files
5.2.0
1 parent 2f783a3 commit ad256d9

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
After upgrading, update your cache file by deleting it or via `tldextract
44
--update`.
55

6-
## unreleased
6+
## 5.2.0 (2025-04-07)
77

8+
* Features
9+
* Add `reverse_domain_name` result property ([#342](https://github.com/john-kurkowski/tldextract/issues/342))
10+
* Bugfixes
11+
* Extend exported public interface with `ExtractResult` and `update` ([`36ff658`](https://github.com/john-kurkowski/tldextract/commit/36ff658c53b510c5d56f8af235c8b08ce3c512f5))
12+
* These were always meant to be public. Eases user import.
13+
* Docs
14+
* Document result fields
15+
* Note all return values
16+
* Colocate usage in the usage section
17+
* Link to private domain docs
818
* Misc.
9-
* Add `reverse_domain_name` property, for Reverse Domain Name Notation.
10-
See:
11-
* https://en.wikipedia.org/wiki/Reverse_domain_name_notation
12-
* https://github.com/john-kurkowski/tldextract/issues/342
19+
* Update bundled snapshot
1320

1421
## 5.1.3 (2024-11-04)
1522

@@ -18,7 +25,7 @@ After upgrading, update your cache file by deleting it or via `tldextract
1825
* Drop support for EOL Python 3.8 ([#340](https://github.com/john-kurkowski/tldextract/issues/340))
1926
* Support Python 3.13 ([#341](https://github.com/john-kurkowski/tldextract/issues/341))
2027
* Update bundled snapshot
21-
* Documentation
28+
* Docs
2229
* Clarify how to use your own definitions
2330
* Clarify first-successful definitions vs. merged definitions
2431
* Misc.

0 commit comments

Comments
 (0)