Skip to content

Commit aae57c6

Browse files
committed
Update CHANGELOG
1 parent dbb426c commit aae57c6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

1313
### Pending Fixed
1414

15+
### v14.9.1 - 2025-09-17
16+
17+
- :bug: Relax Mission Change parsing to allow empty `details`
18+
1519
### v14.9.0 - 2025-09-17
1620

1721
- :bug: Relax Mission Change parsing to allow empty `creatorUid`

lib/types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export const MissionChange = Type.Object({
316316
missionName: GenericText,
317317
timestamp: GenericText,
318318
type: GenericText,
319-
details: MissionChangeDetails
319+
details: Type.Optional(MissionChangeDetails)
320320
})
321321

322322
export const MissionChanges = Type.Object({

0 commit comments

Comments
 (0)