diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 00:22:13 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 00:22:13 (EST) |
commit | 545e082e8158d2985621d05ec3be45dd32d279a0 (patch) | |
tree | 1dd28f2cd059a36f73f9b7f441646fb3f35afcec /NEWS | |
parent | 84b7fa4a5b0133f6f9e8e16d47d3a77bcf5e80b1 (diff) |
locale: Add C and POSIX locales
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ New features: "-F" option. * "prokit build" now saves logs of builds and prints detailed information about the build and its results. + * "C" and "POSIX" locales have been added. They are identical to the + "en_US" locale. Error handling and bug fixes: |