Skip to content

Commit 16e611e

Browse files
committed
Merge tag 'version-4.27.0' into develop
Release v4.27.0
2 parents a3cd8ef + 99e7128 commit 16e611e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Releases are listed in reverse version number order.
66

77
> Note that _CodeSnip_ v4 was developed in parallel with v3 for a while. As a consequence some v3 releases have later release dates than early v4 releases.
88
9+
## Release v4.27.0 of 12 September 2025
10+
11+
* Added support for test compiling snippets with Delphi 13 Florence [issue #170].
12+
* Documentation changes re addition of support for Delphi 13:
13+
* File format additions for config file, export files, user database and main database.
14+
* `Docs/ReadMe-portable.txt` & `Docs/ReadMe-standard.txt`
15+
* Relevant help topics.
16+
917
## Release v4.26.0 of 02 May 2025
1018

1119
* Updated the dialogue box displayed when saving units and annotated source code [issue #166]:

Src/VersionInfo.vi-inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CodeSnip Version Information Macros for Including in .vi files
22

33
# Version & build numbers
4-
version=4.26.0
5-
build=276
4+
version=4.27.0
5+
build=277
66

77
# String file information
88
copyright=Copyright © P.D.Johnson, 2005-<YEAR>.

0 commit comments

Comments
 (0)