Skip to content
This repository has been archived by the owner on Mar 6, 2021. It is now read-only.

Commit

Permalink
prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Nov 22, 2017
1 parent 4537f7c commit e8d579d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All Notable changes to `League Uri Nostname parser` will be documented in this file

## Next - TBD
## 1.0.0 - 2017-11-22

### Added

Expand All @@ -20,7 +20,7 @@ All Notable changes to `League Uri Nostname parser` will be documented in this f

- None

## 0.1.0 - 2016-11-21
## 0.1.0 - 2017-11-21

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ The `League\Uri\PublicSuffix\Rules` class resolves the submitted host against th
~~~php
final class Domain
{
public function __construct(?string $domain = null,?string $publicSuffix = null, bool $isValid = false);
public function __construct(?string $domain = null, ?string $publicSuffix = null, bool $isValid = false);
public function getDomain(): ?string
public function getPublicSuffix(): ?string
public function getRegistrableDomain(): ?string
Expand Down

0 comments on commit e8d579d

Please sign in to comment.