-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f03d72c
commit a2b6736
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion
3
GoogleTestAdapter/VsPackage.GTA/Resources/ReleaseNotes/0.18.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
* enhancement: the new option *Environment variables* allows to modify the environment variables seen by the test executables without modifying the system's global environment. Variables are provided by means of key-value pairs 'Foo=Bar', and are separated by '//||//' ([#302](https://github.com/csoltenborn/GoogleTestAdapter/issues/302)) | ||
* enhancement: added some debug output to make working with settings helper files easier ([#278](https://github.com/csoltenborn/GoogleTestAdapter/issues/278)) | ||
* bugfix: if the last variable's value of a settings helper file was followed by a line break, that line break would be added to the value ([#306](https://github.com/csoltenborn/GoogleTestAdapter/issues/306)) | ||
* bugfix: if the last variable's value of a settings helper file was followed by a line break, that line break would be added to the value ([#306](https://github.com/csoltenborn/GoogleTestAdapter/issues/306)) | ||
* maintenance: fixed some deprecation warnings in NuGet specification ([#264](https://github.com/csoltenborn/GoogleTestAdapter/issues/264)) |