Skip to content

Commit

Permalink
improved readme
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Feb 29, 2020
1 parent a2b6736 commit 49fec90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit 49fec90

Please sign in to comment.