diff options
author | TAMUKI Shoichi <tamuki@linet.gr.jp> | 2019-04-02 16:25:35 +0900 |
---|---|---|
committer | TAMUKI Shoichi <tamuki@linet.gr.jp> | 2019-04-02 16:25:35 +0900 |
commit | 2c7e704b7e590e9895155529f1480e2cdea5424f (patch) | |
tree | 4760c1e0bb6fc66a7304e04ca531f33d24e14f63 /NEWS | |
parent | 62449176e035e47adc543c1b8cf2075edaaf4742 (diff) | |
download | glibc-2c7e704b7e590e9895155529f1480e2cdea5424f.tar.gz glibc-2c7e704b7e590e9895155529f1480e2cdea5424f.tar.xz glibc-2c7e704b7e590e9895155529f1480e2cdea5424f.zip |
NEWS: Mention Minguo calendar support added [BZ #24293]
Co-authored-by: Rafal Luzynski <digitalfreak@lingonborough.com> Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS index cdf7b51f6d..684752ed53 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,10 @@ Major new features: * On Linux, the gettid function has been added. +* Minguo (Republic of China) calendar support has been added as an + alternative calendar for the following locales: zh_TW, cmn_TW, hak_TW, + nan_TW, lzh_TW. + Deprecated and removed features, and other changes affecting compatibility: * The functions clock_gettime, clock_getres, clock_settime, |