Skip to content

Commit

Permalink
Release version 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
devanych committed Jul 13, 2021
1 parent e71c95b commit d7c936a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# HTTP Message Change Log

## 1.0.9 - 2021.07.13

### Added

- [#11](https://github.com/httpsoft/http-message/pull/11) adds caching of stream metadata to improve performance when calling the `HttpSoft\Message\StreamTrait` methods again: `getSize()`, `isSeekable()`, `isWritable()`, `isReadable()`.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- [#10](https://github.com/httpsoft/http-message/pull/10) adds unit tests and Psalm improvements, updates of workflow actions.

## 1.0.8 - 2021.02.20

### Added
Expand Down

0 comments on commit d7c936a

Please sign in to comment.