From 64acda5f823adfd2e9c9a08fc15c48452e9d6007 Mon Sep 17 00:00:00 2001 From: sinclair Date: Thu, 30 Jan 2025 14:20:40 +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 97f0a53f..703528ec 100644 --- a/changelog/0.34.0.md +++ b/changelog/0.34.0.md @@ -1,4 +1,6 @@ ### 0.34.0 +- [Revision 0.34.15](https://github.com/sinclairzx81/typebox/pull/1148) + - [1147](https://github.com/sinclairzx81/typebox/issues/1147) Fix incorrect truncation for integers that exceed 32-bit values in Value.Convert - [Revision 0.34.14](https://github.com/sinclairzx81/typebox/pull/1140) - [1139](https://github.com/sinclairzx81/typebox/issues/1139) Update TypeCompiler Check for Promise (use instanceof Promise over Thenable check) - [Revision 0.34.13](https://github.com/sinclairzx81/typebox/pull/1124)