Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Loading