Skip to content

Commit

Permalink
Update ChangeLog and AUTHORS
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Lauf <[email protected]>
  • Loading branch information
lauft committed Nov 23, 2024
1 parent f486fc4 commit 1772df6
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ The following submitted code, packages or analysis, and deserve special thanks:
Thomas Lauf
Laurence
Shaun Ruffell
Scott Mcdermott
Tadeas Uhlir
xs5871
Sam James
Rosen Penev

Thanks to the following, who submitted detailed bug reports and excellent
suggestions:
Expand Down
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
master/HEAD

- Add 24bit color support
(thanks to xs5871)
- Add bold color with 256 color space
(thanks to Tadeas Uhlir)
- Fix wrong week number output when weekstart=0
(thanks to Scott Mcdermott)
- Add defines for the values that are allowed for epoch timestamps
(thanks to Fredrik Lanker)
- Make week number parsing conform to ISO8601 when Datetime::weekstart == 1
(thanks to Scott Mcdermott)
- Replace dayOfWeek determination with a canonical version from RFC3339
(thanks to Scott Mcdermott)
- #82 Fix test runs after recent gh/docker/cmake changes
(thanks to Scott Mcdermott)
- JSON: Fix build with GCC 13
(thanks to Sam James)
- Apply clang-tidy
(thanks to Rosen Penev)

- Fixed bug where the isIPv4Address() port value could be left uninitialized.
- Removed CMake CMP0037.
- TI-91 Timewarrior does not compile on DragonFly
Expand Down

0 comments on commit 1772df6

Please sign in to comment.