diff --git a/doc/changes/DM-41832.removal.md b/doc/changes/DM-41832.removal.md new file mode 100644 index 00000000..6c45f834 --- /dev/null +++ b/doc/changes/DM-41832.removal.md @@ -0,0 +1,3 @@ +Support for fork option in `pipetask run` has been removed as unsafe. +Default start option now is `spawn`, `forkserver` is also available. +The `fork` option is still present in CLI for compatibility, but is deprecated and replaced by `spawn` if specified.