From 3c4cc3900f547f6ea38454841e25d6f8a34c3631 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Wed, 13 Apr 2022 21:19:01 +0200 Subject: [PATCH] [8.x] Fixed changelog --- CHANGELOG-8.x.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-8.x.md b/CHANGELOG-8.x.md index ff42ec03609b..6457c83748f8 100644 --- a/CHANGELOG-8.x.md +++ b/CHANGELOG-8.x.md @@ -1,6 +1,15 @@ # Release Notes for 8.x -## [Unreleased](https://github.com/laravel/framework/compare/v8.83.7...8.x) +## [Unreleased](https://github.com/laravel/framework/compare/v8.83.8...8.x) + + +## [v8.83.8 (2022-04-12)](https://github.com/laravel/framework/compare/v8.83.7...v8.83.8) + +### Added +- Added multibyte support to string padding helper functions ([#41899](https://github.com/laravel/framework/pull/41899)) + +### Fixed +- Fixed seeder property for in-memory tests ([#41869](https://github.com/laravel/framework/pull/41869)) ## [v8.83.7 (2022-04-05)](https://github.com/laravel/framework/compare/v8.83.6...v8.83.7)