Skip to content

Commit 59181b6

Browse files
committed
chore: changelog
1 parent 5aef18b commit 59181b6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1+
# 5.3.5
2+
3+
## Fixes
4+
5+
- Fix error in c-select-many-to-many when the near side is part of an inheritance hierarchy.
6+
17
# 5.3.4
8+
29
## Fixes
3-
- Adjust DateTimeOffset handling to support Postgres restrictions of not allowing non-zero offsets.
410

11+
- Adjust DateTimeOffset handling to support Postgres restrictions of not allowing non-zero offsets.
512

613
# 5.3.3
714

815
## Fixes
16+
917
- Add model validation error when ForeignKeyAttribute references a navigation prop that doesn't exist.
1018
- Fix code gen performance regression introduced in 5.3.2
1119

@@ -20,7 +28,6 @@
2028
- Fix error `this._removeFromParentCollection is not a function` thrown when calling `ViewModel.$delete.confirmInvoke()`.
2129
- Remove incorrect generation of `ReadFormAsync` for binary parameters on GET endpoints.
2230

23-
2431
# 5.3.1
2532

2633
## Fixes

0 commit comments

Comments
 (0)