Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FObersteiner committed Sep 30, 2024
1 parent 1e84f9e commit 02feed9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Types of changes

## Unreleased

## 2024-09-30, v0.3.1

### Added

- datetime to string
Expand All @@ -24,7 +26,7 @@ Types of changes
- internal: re-write datetime string parser / formatter
- parsing/formatting directives:
- formatting, 'z' gives offset without colon between hour and minute, ':z' gives the usual "+00:00"
- formatting, 'p' gives "am" or "pm", 'P' gives "AM" or "PM". Parser ignores case
- formatting, 'p' gives "am" or "pm", 'P' gives "AM" or "PM"; parser ignores case
- formatting, 'e' and 'k': space-padded day and hour

## 2024-09-20, v0.3.0
Expand Down

0 comments on commit 02feed9

Please sign in to comment.