From 890761ce202a7544c5a0784a74f01af03f04c182 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Tue, 26 Dec 2023 13:01:36 -0500 Subject: [PATCH] Update changelog --- NEWS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NEWS.md b/NEWS.md index 1441c3da..09e76d61 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ # News +## 6.4.3 (December 26, 2023) + + * Fix: Support models without ID setters in build_stubbed (Olivier Bellone). + * Fix: Explicit observer dependency (Oleg Antonyan). + * Internal: Add Rails 7.1 to CI (Olivier Bellone). + * Internal: Bump github actions/checkout to v4 (Lorenzo Zabot) + * Internal: Stop passing disable-error_highlight in CI (Mike Burns). + * Internal: Relax the exception message check (Mike Burns). + ## 6.4.2 (November 22, 2023) * Fix: top-level traits pass their class to ActiveSupport::Notifications