diff --git a/bwrap.xml b/bwrap.xml index e655524..3bb5082 100644 --- a/bwrap.xml +++ b/bwrap.xml @@ -364,7 +364,16 @@ - Create a symlink at DEST with target SRC + + Create a symlink at DEST with target + SRC. + Since version 0.9.0, it is not considered to be an error if + DEST already exists as a symbolic link and its + target is exactly SRC. + Before version 0.9.0, if DEST already + existed, this would be treated as an error (even if its target + was identical to SRC). +