Skip to content

Commit ce9bf0d

Browse files
committed
Updated HISTORY.md and version constants
1 parent 9e0b701 commit ce9bf0d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

curses.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Defined by this header:
4545
#define PDC_VER_CHANGE 4
4646
#define PDC_VER_YEAR 2026
4747
#define PDC_VER_MONTH 03
48-
#define PDC_VER_DAY 21
48+
#define PDC_VER_DAY 23
4949

5050
#define PDC_STRINGIZE( x) #x
5151
#define PDC_stringize( x) PDC_STRINGIZE( x)

docs/HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Generally speaking, this history mentions only the more significant
22
changes. See the git log for full details.
33

4-
PDCursesMod 4.5.4 - 2026 March 21
4+
PDCursesMod 4.5.4 - 2026 March 23
55
=================================
66

77
Minor new features
@@ -56,6 +56,9 @@ Minor new features
5656
Bug fixes
5757
---------
5858

59+
- Input processing now follows the Open Group (SUSv2) specifications.
60+
9e0b701fb0
61+
5962
- PDC_millisecs() now will usually pick a better underlying timekeeping
6063
function. 7906c61500
6164

0 commit comments

Comments
 (0)