Skip to content

Commit

Permalink
Merge pull request #1853 from Dominik-Vogel/update_release_notes_0.8.1
Browse files Browse the repository at this point in the history
Update change log
  • Loading branch information
Dominik-Vogel committed Nov 29, 2019
1 parent db02785 commit 482017e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/changes/0.8.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This is a bug fix release fixing the following issues
* QDac cache returns invalid data (#1844)
* Station config validation raises exception if validation failed (#1846)
* Make sure `start_all_logging` does not try to reach the internet (#1847)
* Fix type annotation for `Parameter.__call__` (#1839)
* Add Keysight 34410A driver (#1835)
* Keysight 344xxA driver: support the fact that DIG option is always enabled
with firmware version 3.0, also add support for MEM option (#1845)

Expand All @@ -17,5 +19,5 @@ The Station validation logs the full config file on validation warnings. There h
when creating the log message if the station config is read from a file.


`start_all_logging` does a call to `pip list`, which raises if there is no internet connection, because it tries to
`start_all_logging` does a call to `pip list`, which times out if there is no internet connection, because it tries to
update the index. Passing `--no-index` fixes this.

0 comments on commit 482017e

Please sign in to comment.