Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed May 26, 2022
1 parent b989233 commit 1d0e5fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_ 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
-------------------

Expand Down

0 comments on commit 1d0e5fb

Please sign in to comment.