From 653cf189e0acf194ab80f3eb10cf3e31102302b7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 9 Oct 2025 15:24:05 -1000 Subject: [PATCH] ;doc:1.50.2: use correct real name --- doc/relnotes.md | 4 ++-- hledger/CHANGES.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/relnotes.md b/doc/relnotes.md index 300eab1a9..3e7d7bea1 100644 --- a/doc/relnotes.md +++ b/doc/relnotes.md @@ -88,10 +88,10 @@ Fixes [#2465] - The doc for `--depth` has been clarified, and now mentions the use of quotes. - (Quả Cầu, Simon Michael, [hledger_site#140]) + (Lý Minh Nhật, Simon Michael, [hledger_site#140]) - A typo was fixed in the --depth example in `register`'s doc. - ([hledger_site#140], reported by Quả Cầu) + ([hledger_site#140], reported by Lý Minh Nhật) - Our package bounds now avoid hashtables 1.3.x, which fails to build with some gcc versions (see https://github.com/gregorycollins/hashtables/issues/97)). diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index ae9e645fb..8f3b7c92f 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -68,10 +68,10 @@ Fixes [#2465] - The doc for `--depth` has been clarified, and now mentions the use of quotes. - (Quả Cầu, Simon Michael, [hledger_site#140]) + (Lý Minh Nhật, Simon Michael, [hledger_site#140]) - A typo was fixed in the --depth example in `register`'s doc. - ([hledger_site#140], reported by Quả Cầu) + ([hledger_site#140], reported by Lý Minh Nhật) - Our package bounds now avoid hashtables 1.3.x, which fails to build with some gcc versions (see https://github.com/gregorycollins/hashtables/issues/97)).