Skip to content

Commit b7794ca

Browse files
Update CHANGELOG.md for v23.1.0
1 parent 610d5f7 commit b7794ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## v23.1.0
44
- Raise error if try to add multiple widgets with the same name to CILViewer or CILViewer2D.
55
- Adds the following base classes to `ui.main_windows.py`:
6-
- Add `ViewerMainWindow` and `ViewerMainWindowWithSessionManagement` - baseclasses for windows which would house viewers, with methods needed for creating settings dialogs, creating a coordinate settings dockwidget, and loading images.
6+
- Add `ViewerMainWindow` and `ViewerMainWindowWithSessionManagement` - base classes for windows which would house viewers, with methods needed for creating settings dialogs, creating a coordinate settings dockwidget, and loading images.
77
- Add `TwoViewersMainWindow` and `TwoViewersMainWindowWithSessionManagement` - baseclasses which create a main window with 2 linked viewers in dockwidgets.
88
- `TwoViewersMainWindowMixin` - a mixin which provides methods to both `TwoViewersMainWindowWithSessionManagement` and `TwoViewersMainWindow`. These methods are for adding viewers to the window, setting them up, linking them and adding a dockwidget for coordinate settings.
99
- Adds the following dialogs to `ui.dialogs.py`:

0 commit comments

Comments
 (0)