From 6a962c07ac8819f94f045ca865f94fb51779cd5e Mon Sep 17 00:00:00 2001 From: gustavo-shigueo Date: Wed, 24 Jul 2024 13:09:50 -0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c973c5a..2d94c06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Features - The `bson-uuid-impl` feature now supports `bson::oid::ObjectId` as well +- Allow multile types to have the same `#[ts(export_to = "...")]` attribute and be exported to the same file ### Fixes