Skip to content

Commit

Permalink
Extracted functions to static methods (#345)
Browse files Browse the repository at this point in the history
* Extracted functions to static methods

* Fixed typo in README
  • Loading branch information
GrahamCampbell committed Sep 19, 2020
1 parent 0cddfcb commit ba0f9e2
Show file tree
Hide file tree
Showing 61 changed files with 2,647 additions and 1,963 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Replaced functions by static methods

### Fixed

- Converting a non-seekable stream to a string
- Handle multiple Set-Cookie correctly
- Ignore array keys in header values when merging

### Changed

- Restored partial HHVM 3 support


## [1.6.1] - 2019-07-02

### Fixed

- Accept null and bool header values again


## [1.6.0]
## [1.6.0] - 2019-06-30

### Added

Expand Down

0 comments on commit ba0f9e2

Please sign in to comment.