diff options
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6305.misc | 1 | ||||
-rw-r--r-- | changelog.d/6318.misc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/6305.misc b/changelog.d/6305.misc new file mode 100644 index 0000000000..f047fc3062 --- /dev/null +++ b/changelog.d/6305.misc @@ -0,0 +1 @@ +Add some documentation about worker replication. diff --git a/changelog.d/6318.misc b/changelog.d/6318.misc new file mode 100644 index 0000000000..63527ccef4 --- /dev/null +++ b/changelog.d/6318.misc @@ -0,0 +1 @@ +Remove the dependency on psutil and replace functionality with the stdlib `resource` module. |