From 041094be82c3366b8ab8bc98cecb863da6a440e8 Mon Sep 17 00:00:00 2001 From: Vusumuzi Khoza Date: Thu, 26 Mar 2026 20:02:34 +0200 Subject: [PATCH] added changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..361e809 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.0.1-RELEASE] - 2026-03-26 + +### Added +- New database configuration classes for enhanced data source management +- Request logging filter configuration for improved request tracing +- Nflow database configuration for workflow persistence + +### Changed +- Improved workflow definitions in `PollCronWorkflow` and `TransactionWorkflow` +- Enhanced ecocash remote payment processor with additional features +- Optimized application properties for both lab and production environments +- Refactored transaction workflow with 128 lines of improvements and optimizations (190 insertions, 77 deletions) + +### Details +- **Author**: Vusumuzi Khoza +- **Commit**: c6024b812734158283918eba40fb51efe1f8452a +- **Files Changed**: 8 files modified + +