Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit 5defdf5

Browse files
committed
[Changelog] Some corrections to messages
1 parent 8074dee commit 5defdf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
31-Aug-2019 Fixes #652. Added --dry-run/-n option to Python test harness, to stop after the BAM step. This is only really useful for project generation modes, to validate master package assembly generation, and running the build. Native build mode will always compile the code.
2020

21-
31-Aug-2019 Fixes #612. Removed public accessor from classes in the standard packages folder. Since package scripts get accumulated into a single assembly at build time, the default accessor (internal) suffices. This does mean that end-user packages should no longer use public accessors on Module derivations, and just leave the default.
21+
31-Aug-2019 Fixes #612. BREAKING CHANGE. Removed public access modifier from classes in the standard packages folder. Since package scripts get accumulated into a single assembly at build time, the default access modifier (internal) suffices. This does mean that end-user packages should no longer use public access modifiers on Module derivations, and just leave the default.
2222

2323
29-Aug-2019 Fixes #589. Sealed classes that are not expected to be derived from.
2424

@@ -117,7 +117,7 @@ As an aside, different working directories per configuration (i.e. per module) c
117117
22-Aug-2019 Fixes #645. BREAKING CHANGE. Initialisation of Settings interface properties simplified. Settings classes only require a default constructor now. Removed InitializeAllInterfaces method. Added SetModuleAndDefaultPropertyValues and AssignModule methods to Base.Core.Settings.
118118
Interfaces that can be delta'd (e.g. compiler interfaces used in project generator build modes) no longer require an Empty extension method. Instead, Defaults and Clone extension methods are responsible for initialising any reference properties before use.
119119

120-
20-Aug-2019 Fixes #585. BREAKING CHANGE. Removed virtual function Bam.Core.Settings.AssignFileLayout() has been removed. The property FileLayout has been renamed to CommandLayout, and the setter made private. Bam.Core.Settings constructor now requires an ELayout value. This enforces the invariant nature of the layout, and eliminates one (virtual) function call per Settings instance.
120+
20-Aug-2019 Fixes #585. BREAKING CHANGE. Virtual function Bam.Core.Settings.AssignFileLayout() has been removed. The property FileLayout has been renamed to CommandLayout, and the setter made private. Bam.Core.Settings constructor now requires an ELayout value. This enforces the invariant nature of the layout, and eliminates one (virtual) function call per Settings instance.
121121

122122
20-Aug-2019 Fixes #644. Added missing toolchain versions for Xcode 11 and VisualStudio 2019.
123123

0 commit comments

Comments
 (0)