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

Commit 04ba5af

Browse files
committed
[Changelog] Marking v2.0.0 alpha 4 release
1 parent 48c34e3 commit 04ba5af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Changelog.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
05-Jul-2019 ======== Version 2.0.0 alpha 4 Release ========
2+
13
04-Jul-2019 Fixes #563. BAM assembly compilation now uses 'dotnet build' rather than 'dotnet publish --runtime [portableRID]'.
24

35
04-Jul-2019 Fixes #564. BAM schema now uses 'xs:anyURI' for the type of the path attribute for package Source.
@@ -54,7 +56,7 @@ Test harness internals have been given an overhaul, so that instances of tests a
5456

5557
01-Jun-2019 Fixes #542. VisualStudio project generation now guards against null reference exceptions when comparing conditions for settings. Mergable VisualStudio settings are now possible, in order to support both system and user include paths in a project.
5658

57-
31-May-2019 Fixes #541. Gcc and Clang now use -isystem and -iquote instead of -I to distinguish between system (angle bracket #include) and non-system (quoted #include) include search paths. Similar, Xcode projects now use SYSTEM_HEADER_SEARCH_PATHS and USER_HEADER_SEARCH_PATHS, and ALWAYS_SEARCH_USER_PATHS.
59+
31-May-2019 Fixes #541. Gcc and Clang now use -isystem and -iquote instead of -I to distinguish between system (angle bracket #include) and non-system (quoted #include) include search paths. Similarly, Xcode projects now use SYSTEM_HEADER_SEARCH_PATHS and USER_HEADER_SEARCH_PATHS, and ALWAYS_SEARCH_USER_PATHS.
5860

5961
31-May-2019 Fixes #540. C.ProceduralHeaderFile and C.ProceduralHeaderFileFromToolOutput both have a new virtual Boolean property, UseSystemIncludeSearchPaths, defaulting to false. In Modules deriving from these classes, set this to true in order to override the default behaviour and add directories to system includes search paths.
6062

0 commit comments

Comments
 (0)