Skip to content

Commit 6b4e7ec

Browse files
authored
Merge pull request #278 from urfave/jszwedko/3.1.1
Add CHANGELOG entry for 3.1.1
2 parents 3a93bc6 + eec5e20 commit 6b4e7ec

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## [3.1.1] - [2024-06-04]
6+
7+
### Fixed
8+
9+
- Writing an HTTP 1xx status codes no longer results in a 200 being sent in
10+
addition given the expectation is that a follow-up status code will be written
11+
later. The exception is `101 Switching Protocols` since this is terminal. This
12+
matches `net/http` behavior.
13+
514
## [3.1.0] - [2023-10-07]
615

716
### Fixed

0 commit comments

Comments
 (0)