From 228a29d4e72ff0ea230b60636054aab57ff0e001 Mon Sep 17 00:00:00 2001 From: sinclair Date: Sat, 21 Dec 2024 03:35:51 +0900 Subject: [PATCH] ChangeLog --- changelog/0.34.0.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog/0.34.0.md b/changelog/0.34.0.md index 4f7a9f48..3c68b589 100644 --- a/changelog/0.34.0.md +++ b/changelog/0.34.0.md @@ -1,4 +1,6 @@ ### 0.34.0 +- [Revision 0.34.13](https://github.com/sinclairzx81/typebox/pull/1124) + - Pre emptive fix for TypeScript 5.8.0-nightly to resolve symbol narrowing on Convert. - [Revision 0.34.12](https://github.com/sinclairzx81/typebox/pull/1120) - [1119](https://github.com/sinclairzx81/typebox/issues/1119) Fix for Mutate Object Comparison - [1117](https://github.com/sinclairzx81/typebox/issues/1117) Re-Add Type.Recursive Documentation