Skip to content

Commit

Permalink
URL Standard: 27 September 2023
Browse files Browse the repository at this point in the history
The URL standard changes from
whatwg/url@3e8cd02
"Fix validation error when a URL has credentials but no host" are
already included in the PR #13 commits
b508f69 and
45293e1
  • Loading branch information
rmisev committed Oct 24, 2023
1 parent 0b7d795 commit c6894bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The library depends on the [ICU library](https://icu.unicode.org/) for IDNA proc
## Features and standard conformance

This library is up to date with the URL Standard published on
[20 September 2023 (commit 9057992)](https://url.spec.whatwg.org/commit-snapshots/9057992dd6a050fb8af01fffb4d3c9df1ab89b70/).
[27 September 2023 (commit aa64bb2)](https://url.spec.whatwg.org/commit-snapshots/aa64bb27d427cef0d87f134980ac762cced1f5bb/).

It implements:
1. [URL class](https://url.spec.whatwg.org/#url-class): `upa::url`
Expand Down Expand Up @@ -41,7 +41,7 @@ cmake --install build
```
If ICU is installed in a non-default directory, then specify `-DICU_ROOT=<ICU directory>` parameter in the first command.

To use iibrary add `find_package(upa REQUIRED)` and link to `upa::url` target in your CMake project:
To use library add `find_package(upa REQUIRED)` and link to `upa::url` target in your CMake project:
```cmake
find_package(upa REQUIRED)
...
Expand Down

0 comments on commit c6894bf

Please sign in to comment.