From 1d0e5fb65925a887e73cf33a7c72976659d1c47b Mon Sep 17 00:00:00 2001 From: Tom Trafford Date: Thu, 26 May 2022 10:50:32 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52c05f5e1..eb4d3bd2b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,27 @@ Change Log All notable changes to this project will be documented in this file. This project adheres to `Semantic Versioning `_ after 2-1. +`6.1`_ - +------------------- + +Fixed: + +- template_double_seq_pcomp: Fixed a bug in the standard design that allowed + an extra trigger to be sent to detectors in stack scans. A logical AND + was added to the Live Frame and Dead Frame LUT blocks from the Seq Enable + SRGATE. **Existing scan designs should be updated with this change too.** + + .. code-block:: + + "LUT4": { + "label": "Live Frame", + ... + "inpc": "SRGATE2.OUT", + ... + "func": "(A|B)&C", + ... + }, + `6.0`_ - 2022-05-11 -------------------