Skip to content

Commit

Permalink
Add changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Nov 17, 2023
1 parent ef7f0b3 commit a9970df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/changes/DM-41724.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Stop accepting and ignoring unrecognized keyword arguments in `DimensionRecord` constructors.

Passing an invalid field to a `DimensionRecord` now raises `TypeError`.

This also prevents `DimensionRecord` construction from reinterpreting `timespan=None` as `timespan=Timespan(None, None)`.

0 comments on commit a9970df

Please sign in to comment.