Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FObersteiner committed Nov 10, 2024
1 parent b9ec959 commit feeb41d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,17 @@ Types of changes

## Unreleased

## 2024-11-10, v0.4.3

## Added

- Datetime method 'addRelative' to add a RelativeDelta to a Datetime
- ISO duration parser 'W' directive / relative delta type can handle weeks
- Normalizer for the fields of a RelativeDelta (set fields to their "natural" modulo; e.g. hours = [0..23]).
- Datetime method 'addRelative' to add a RelativeDelta to a Datetime (wall time arithmetic)

## Changed

- ISO duration parser only accepts a "minus" prefix to indicate a negative duration. Individual quantities must not be signed.
- ISO duration parser only accepts a minus prefix ('-') to indicate a negative duration. Individual quantities must not be signed.
- Conversion from RelativeDelta to Duration type now a method of RelativeDelta

## Fixed
Expand Down

0 comments on commit feeb41d

Please sign in to comment.