We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6452c8c commit 4f677f6Copy full SHA for 4f677f6
2 files changed
CHANGES.rst
@@ -1,6 +1,14 @@
1
History
2
-------
3
4
+v1.1.6 (2018-10-22)
5
+~~~~~~~~~~~~~~~~~~~
6
+- Fixed bug in which preemptively iterrupted individuals remained blocked once service resampled.
7
+- Fixed bug in which interrupted individuals not removed from interrupted list when restarting service.
8
+- Some performance improvements.
9
+- Improve deadlock detection to check for knots less often.
10
+
11
12
v1.1.5 (2018-01-11)
13
~~~~~~~~~~~~~~~~~~~
14
- Fixed bug calculating the utilisation of servers.
ciw/version.py
@@ -1 +1 @@
-__version__ = "1.1.5"
+__version__ = "1.1.6"
0 commit comments