Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 1, 2023
1 parent 551fa9d commit bbdbf33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v2.0.0

- Add lzma support via xz-decompress. This uses webassembly, so it is a major
version bump

# v1.7.4

- Fix import of bzip2 module
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ browser.
- Can use .crai indexes out of the box, for efficient sequence fetching, but
also has an [index API](#craiindex) that would allow use with other index
types
- Does implement bzip2 but not lzma codecs (yet); if this is important to your
use case, please file an issue
- Has preliminary support for bzip2 and lzma codecs. lzma requires the latest
@gmod/cram version, and uses webassembly. If you find you are unable to
compile it, you can try downgrading

## Install

Expand Down

0 comments on commit bbdbf33

Please sign in to comment.