From ff79319038b626ca8d8bdf99a994c898d201dbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Mon, 11 Dec 2023 09:10:25 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b170d9d..bdc9bb23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ - `@supercharge/contracts` - allow users to define only selected hashing driver constructros in `HashConfig#drivers` - export a `ViteConfig` interface + - export `RenderableError` and `ReportableError` interfaces + - `RenderableError` defines the `render(error, httpContext)` method + - `ReportableError` defines the `report(error, httpContext)` method - `@supercharge/core` - bypass import cache when dynamically importing routes from file path - `@supercharge/vite`