Skip to content

Commit

Permalink
Merge pull request #278 from urfave/jszwedko/3.1.1
Browse files Browse the repository at this point in the history
Add CHANGELOG entry for 3.1.1
  • Loading branch information
jszwedko authored Jun 4, 2024
2 parents 3a93bc6 + eec5e20 commit 6b4e7ec
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

**ATTN**: This project uses [semantic versioning](http://semver.org/).

## [3.1.1] - [2024-06-04]

### Fixed

- Writing an HTTP 1xx status codes no longer results in a 200 being sent in
addition given the expectation is that a follow-up status code will be written
later. The exception is `101 Switching Protocols` since this is terminal. This
matches `net/http` behavior.

## [3.1.0] - [2023-10-07]

### Fixed
Expand Down

0 comments on commit 6b4e7ec

Please sign in to comment.