From 5857c67786e1552768baf2902c9e0b2f50cbb574 Mon Sep 17 00:00:00 2001 From: Nikolaos Georgiou Date: Thu, 20 Nov 2025 10:18:23 +0100 Subject: [PATCH] Removed changelog --- CHANGELOG.md | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index bfe4e40..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,30 +0,0 @@ -## [unreleased] - -### 🐛 Bug Fixes - -- Missing style initialization in DfmEngine - -### 🚜 Refactor - -- Hide implementation details of StrConsts -- Rename unit StrConsts to StyleNames -- Move logic of populating the information tree to Results form -- Break GetWinInfo to small procedures -- Extracted logic of enumerating child windows in WindowEnumerator -- Simplify implementation of WindowEnumerator - -### 🎨 Styling - -- Styling changelog according to default options - -### ⚙️ Miscellaneous Tasks - -- Updated copyright year in LICENSE -- Adding cliff.toml -- *(changelog)* Updated changelog -- Auto-formatted Pascal files: DfmEngine.pas, frmMain.pas -- *(changelog)* Updated changelog -- Apply Delphi naming conventions -- Auto-formatted Pascal files: DfmEngine.pas, frmMain.pas, frmResults.pas, StyleNames.pas, WindowEnumerator.pas, Writers.pas -- Removed funding file -## [2021-03-10-multirepo] - 2021-05-30