diff --git a/developer/services/disposablevm-implementation.rst b/developer/services/disposablevm-implementation.rst index 838361d1..7f150ec2 100644 --- a/developer/services/disposablevm-implementation.rst +++ b/developer/services/disposablevm-implementation.rst @@ -34,6 +34,7 @@ It is also possible to write rules that would allow creating disposables out of Preloaded disposables --------------------- +.. versionadded:: R4.3 The user desires to circumvent any slow process, the creation of disposables fits into this category. Preloaded disposables enables fast retrieval of fresh disposables, so users don't have to get away from the computer or switch tasks when requesting disposables (or not requesting one at all because it was slow). diff --git a/user/advanced-topics/bind-dirs.rst b/user/advanced-topics/bind-dirs.rst index 5a97b624..d87339c8 100644 --- a/user/advanced-topics/bind-dirs.rst +++ b/user/advanced-topics/bind-dirs.rst @@ -136,6 +136,7 @@ How to remove binds from bind-dirs.sh? Custom persist feature ---------------------- +.. versionadded:: R4.3 Custom persist is an optional advanced feature allowing the creation of minimal state AppVM. The purpose of such an AppVM is to avoid unwanted data to persist as much as possible by disabling the ability to configure persistence from the VM itself. When enabled, the following happens: diff --git a/user/how-to-guides/how-to-use-disposables.rst b/user/how-to-guides/how-to-use-disposables.rst index dada81dc..d87030c5 100644 --- a/user/how-to-guides/how-to-use-disposables.rst +++ b/user/how-to-guides/how-to-use-disposables.rst @@ -162,6 +162,7 @@ The same can be done from the command line, although more difficult: Retrieve unnamed disposables faster (preloaded disposables) ----------------------------------------------------------- +.. versionadded:: R4.3 Disposable qubes can take some time to boot. It is possible to queue several unnamed disposables, guaranteeing a faster workflow.