From fffaae1ef546dff60d33c5a9ffa46dd29cada2c1 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 23 Apr 2024 15:41:01 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25fc7feb..56bbe0b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/octane/compare/v2.3.7...2.x) +## [Unreleased](https://github.com/laravel/octane/compare/v2.3.8...2.x) + +## [v2.3.8](https://github.com/laravel/octane/compare/v2.3.7...v2.3.8) - 2024-04-18 + +* Ignored http-chunk usage in open_http2_protocol by [@sy-records](https://github.com/sy-records) in https://github.com/laravel/octane/pull/875 +* fix script: `debug['level']` may be missing by [@chu121su12](https://github.com/chu121su12) in https://github.com/laravel/octane/pull/872 ## [v2.3.7](https://github.com/laravel/octane/compare/v2.3.6...v2.3.7) - 2024-04-01