From 6dd81f03245a35c76e65cb853c308753198b9577 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Mon, 7 Feb 2022 14:13:03 -0800 Subject: [PATCH] DOC: add release notes for v1.13.1 --- docs/source/releases.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/source/releases.rst b/docs/source/releases.rst index ba19cdfb..7ea2b767 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -1,12 +1,25 @@ Release History ############### -v1.13.1 (2022-??-??) +v1.13.1 (2022-02-07) ==================== Fixes and Maintenance --------------------- - Noisy logger detection is now configured but disabled by default. +- Noisy logger detection is split between the file and the console. +- Allow both QtAgg and Qt5Agg as valid matplolib backends for the loaded + environment. +- Include ``daq_type`` and ``daq_host`` in the list of valid keys for the + purpose of warning the user about a malformed config. These have been + valid, but produce an incorrect warning. +- Expand the default LCLS2 DAQ timeout from 1 second to 10 seconds to fix + an issue where we would time out on expected long operations. + +Contributors +------------ +- klauer +- zllentz v1.13.0 (2021-11-10)