Skip to content

Commit 07a0cca

Browse files
committed
release version 2.6.4
1 parent 2076c74 commit 07a0cca

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.6.4 (2025-09-11)
6+
7+
* Fixed: When using nests_many, nested updates, with preloaded records, using string ids will no longer cause additional DB queries.
8+
59
## 2.6.3 (2025-08-11)
610

711
* Fixed: Autosave on associations will triggers saves when only virtual attributes have changed.

lib/active_type/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveType
2-
VERSION = '2.6.3'
2+
VERSION = '2.6.4'
33
end

0 commit comments

Comments
 (0)