Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Feb 25, 2022
1 parent d6d98c7 commit 1c016a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Compression streams ChangeLog

## ?.?.? / ????-??-??

## 0.3.0 / 2022-02-25

* Merged PR #2: Make Compression::named() raise exceptions for unsupported
algorithms
(@thekid)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,4 @@ while ($in->available()) {
echo $in->read();
}
$in->close();
```

```

0 comments on commit 1c016a2

Please sign in to comment.