Skip to content

Commit abf50bc

Browse files
authored
Merge pull request #3533 from bdarnell/typo-652
Fix typo in release notes for 6.5.2
2 parents 547e6d8 + a00de62 commit abf50bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/releases/v6.5.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Bug fixes
88
~~~~~~~~~
99

1010
- Fixed a bug that resulted in WebSocket pings not being sent at the configured interval.
11-
- Improved logging for invalid ``Host`` headers. This was previouisly logged as an uncaught
11+
- Improved logging for invalid ``Host`` headers. This was previously logged as an uncaught
1212
exception with a stack trace, now it is simply a 400 response (logged as a warning in the
13-
access log)
13+
access log).
1414
- Restored the ``host`` argument to ``.HTTPServerRequest``. This argument is deprecated
1515
and will be removed in the future, but its removal with no warning in 6.5.0 was a mistake.
1616
- Removed a debugging print statement that was left in the code.

0 commit comments

Comments
 (0)