From e09ad12f4a0807823a7678bde49adecdd6953e89 Mon Sep 17 00:00:00 2001 From: Marwan Al-Soltany Date: Fri, 10 Dec 2021 21:24:52 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9dbac..fb17d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to **VELOX** will be documented in this file.
+## [[1.4.3] - 2021-12-10](https://github.com/MarwanAlsoltany/velox/compare/v1.4.2...v1.4.3) + +- Update `App` class: + - Update `shutdown()` method to fix an issue preventing functions registered via `register_shutdown_function()` from executing. +- Update `Router` class: + - Update` __construct()` method to fix an issue where shutdown function is registered multiple times. +- Update `loader.php`: + - Update exception handler function. + - Update shutdown function. + +
+ ## [[1.4.2] - 2021-12-10](https://github.com/MarwanAlsoltany/velox/compare/v1.4.1...v1.4.2) - Update `App` class: