Skip to content

Commit d7038cb

Browse files
author
David LaMacchia
committed
Update for 2.0.4 objc release
Includes the following: - Domains with country code TLDs that are not prefixed by a protocol will now be extracted as a URL entity. Previously .cc and .tv were special-cased. This may result in some tweets getting longer: a short domain like "twitter.co" will be counted as 23 characters.
1 parent 9a26347 commit d7038cb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

objc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

6+
## [2.0.4] - 2018-01-26
7+
### Changed
8+
- Domains with country code TLDs that are not prefixed by a protocol
9+
will now be extracted as a URL entity. Previously .cc and .tv were
10+
special-cased. This may result in some tweets getting longer: a
11+
short domain like "twitter.co" will be counted as 23 characters.
12+
613
## [2.0.3] - 2018-01-12
714
### Changed
815
- Made initWithConfiguration: public (Issue #236)

0 commit comments

Comments
 (0)