From 49fec900f12f441bfde0349005f516cd7cd1877e Mon Sep 17 00:00:00 2001 From: Christian Soltenborn Date: Sat, 29 Feb 2020 15:25:04 +0100 Subject: [PATCH] improved readme --- .../VsPackage.GTA/Resources/ReleaseNotes/0.18.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GoogleTestAdapter/VsPackage.GTA/Resources/ReleaseNotes/0.18.0.md b/GoogleTestAdapter/VsPackage.GTA/Resources/ReleaseNotes/0.18.0.md index 8dca2f55f..bbf51295b 100644 --- a/GoogleTestAdapter/VsPackage.GTA/Resources/ReleaseNotes/0.18.0.md +++ b/GoogleTestAdapter/VsPackage.GTA/Resources/ReleaseNotes/0.18.0.md @@ -1,4 +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: 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)) * maintenance: fixed some deprecation warnings in NuGet specification ([#264](https://github.com/csoltenborn/GoogleTestAdapter/issues/264)) \ No newline at end of file