Skip to content

Commit

Permalink
chore: upd changelog and fix typo
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mnater committed Jan 26, 2022
1 parent 2d79fd4 commit 2b50226
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Version History

## Version 5.tbd (tbd)
### Doc
* Added documentation for using .wasm modules outside Hyphenopoly
### Fixed
* Perf: improve select and rank (64Bit load and popcnt)

## Version 5.0.0-beta-3 (2022-01-08)
### Doc
* Update examples to new API
* update copyright to 2022
* Update copyright to 2022
### Fixed
* Perf: optimize creation of word finding RegEx
* Perf: write hyphenation data in little endian
Expand Down
2 changes: 1 addition & 1 deletion docs/Special-use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ module.exports = { text: hyphenateText, html: hyphenateHtml }

## Usage of <lang>.wasm Modules outside Hyphenopoly
The Webassembly-modules provide some basic, language specific hyphenation
functionality (hyphenation of a singel word). These modules can be used in any
functionality (hyphenation of a single word). These modules can be used in any
system that supports instantiation and execution of Webassembly.

The following example shows how to interact with the module in Python:
Expand Down

0 comments on commit 2b50226

Please sign in to comment.