Skip to content

Commit

Permalink
Fix changelog typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Jun 22, 2023
1 parent 51b57b1 commit 004f937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
- Update tooling.
- Update for latest [rdf-canon][] changes: test suite location, README, links,
and identifiers.
- More closly align test code with the version in [jsonld.js][].
- More closely align test code with the version in [jsonld.js][].
- Use combined test/benchmark system.
- Support running multiple test jobs in parallel.
- Refactor `MessageDigest-browser.js` to `MessageDigest-webcrypto.js` so it can
Expand All @@ -56,7 +56,7 @@
doesn't fail, but sync code is currently only for testing.
- Fix various testing and benchmark bugs.
- Escape and unescape all data.
- Support 8 hex char unicode values.
- Support 8 hex char Unicode values.

### Removed
- **BREAKING**: Remove URGNA2012 support. [rdf-canon][] no longer supports or
Expand Down Expand Up @@ -192,7 +192,7 @@
### Changed
- Improve N-Quads parsing.
- Unescape literals.
- Handle unicode escapes.
- Handle Unicode escapes.
- N-Quad serialization optimization.
- Varies based on input by roughly ~1-2x.
- **BREAKING**: Remove `rdf-canonize-native` as a dependency. The native
Expand Down

0 comments on commit 004f937

Please sign in to comment.