From 5879bdbd74ea554dfce0eae7a33080ae47e843b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20M=C3=BCller?= Date: Tue, 2 Jul 2024 22:14:45 +0200 Subject: [PATCH] Fixup heading level --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8ac76ddc..96258495 100644 --- a/Changelog.md +++ b/Changelog.md @@ -17,7 +17,7 @@ Some changes in Superstruct 2.0.0 are *potentially* breaking if you were using t - The library and its TypeScript typings are now compatible with NodeNext/Node16 module resolution. This means that if you are using the library with TypeScript and ECMAScript modules at the same time, you should no longer run into issues! -### Fixed +#### Fixed - Using `mask()` with `union()` now correctly masks union members instead of incorrectly failing validation.