Skip to content

Commit

Permalink
DOC: pre-release notes for 1183
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLLentz committed Nov 10, 2023
1 parent a17bc2a commit 868f729
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/source/upcoming_release_notes/1183-fix_att_move_err.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
1183 fix_att_move_err
#####################

API Breaks
----------
- N/A

Features
--------
- Added `PVPositionerNoInterrupt`, a pv positioner base class whose moves
cannot be interrupted (and will loudly complain about any such attempts).

Device Updates
--------------
- N/A

New Devices
-----------
- N/A

Bugfixes
--------
- LCLSI attenuator classes (generated from the `Attenuator` factory function)
will now raise a much clearer error for when they cannot interrupt a
previous move, without trying (and failing) to interrupt the previous move.

Maintenance
-----------
- N/A

Contributors
------------
- zllentz

0 comments on commit 868f729

Please sign in to comment.