From 2e85aa3771fcd0378f6f0cc2c99c14d5323336f6 Mon Sep 17 00:00:00 2001 From: cassymyo-spec Date: Tue, 31 Mar 2026 16:35:23 +0200 Subject: [PATCH 1/2] Chore: update readme --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0304909..27ac1ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and [Semantic V per tax group instead of `receipt_data["receiptTotal"]`. Previously the full receipt total was written once per tax group, inflating the counter and causing `CountersMismatch` on close day. + `Udate fiscal counter`. prevent race condition by using F for row level db locking. ### Removed - Removed deprecated `pyOpenSSL` (`OpenSSL.crypto`) usage from `ZIMRACrypto.generate_key_and_csr` From 8daa49944a757a6e1637928f5e30c740909d3ab9 Mon Sep 17 00:00:00 2001 From: cassymyo-spec Date: Tue, 31 Mar 2026 16:36:52 +0200 Subject: [PATCH 2/2] Chore update changelog Corrected the spelling of 'Update' in the fiscal counter entry and clarified the locking mechanism. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ac1ac..f4ed393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ Follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and [Semantic V per tax group instead of `receipt_data["receiptTotal"]`. Previously the full receipt total was written once per tax group, inflating the counter and causing `CountersMismatch` on close day. - `Udate fiscal counter`. prevent race condition by using F for row level db locking. +- `Udate fiscal counter`. prevent race condition by using F for row level db locking. ### Removed - Removed deprecated `pyOpenSSL` (`OpenSSL.crypto`) usage from `ZIMRACrypto.generate_key_and_csr`