Skip to content

Commit 1b682b1

Browse files
committed
Update change log with details of release 2.2.1
1 parent 2e4115b commit 1b682b1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ This change log begins with the first ever pre-release version of what was then
88

99
From release 2.0.0 the version numbering has attempted to adhere to the principles of [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1010

11+
## Release 2.2.1 - 2022-08-29
12+
13+
This release includes _PasHi_ v2.2.1 and _PasHiGUI_ v1.2.1. Changes are as follows:
14+
15+
### PasHi v2.2.1 [build 14]
16+
17+
* Refactored internal handling of version information (see _General_ section below). No visible change to program output.
18+
19+
### PasHiGUI v1.2.1 [build 8]
20+
21+
* Fixed bug where pressing F1 key when a menu is open caused an error message to be displayed. [Issue 32]
22+
* Fixed bug where the About box was displaying the wrong version number for _PasHi_. [Issue 31]
23+
* Made minor changes to the text displayed in the About box.
24+
* Refactored internal handling of version information (see _General_ section below).
25+
26+
### General
27+
28+
* Changed method used to store and read version information. File version numbers for _PashHi_ and _PasHiGUI_ are now stored in a common `VERSION` file in the repo root. Information from this file is included in both program's version information resources and in special `RCDATA` resources. This enables each program to access the other's version numbers as required.
29+
1130
## Release 2.2.0 - 2022-07-04
1231

1332
This release includes _PasHi_ v2.2.0 and _PasHiGUI_ v1.2.0. Changes are as follows:

0 commit comments

Comments
 (0)