You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
## [2.3.9] - 19/02/2025
9
+
## Changed
10
+
- Fixed generated static access code overwriting the collection definition
11
+
- Pre 2.3.0 collections will now be assumed to want a namespace setting that is the same namespace as its item type
12
+
- When generating static/indirect access code using the new `.g.cs` suffix, existing static/indirect access code that uses the old `.cs` suffix is now automatically removed to prevent compile errors
13
+
9
14
## Changed
10
15
- Added some general fixes to validate Collection and Items have unique `LongGuid`
11
16
- Fixed issues when after some operation with the context menu on the CollectionEditor items would not refresh properly
0 commit comments