diff --git a/README.md b/README.md
index f93d1642..56b1a6d1 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@
## What news in V4.0.2
- New Control Pipeline
- PromptPlus.Pipeline(T startvalue)
+- Changed WaitControl to take context value in tasks and return context in result
+ - There are small break-chages
- Add Answer key check equals "Yes"/"No" using config values
- IsYesResponseKey(this ConsoleKeyInfo keyinfo)
- IsNoResponseKey(this ConsoleKeyInfo keyinfo)
diff --git a/Src/NugetREADME.md b/Src/NugetREADME.md
index 3b7b15b2..2ae7ea18 100644
--- a/Src/NugetREADME.md
+++ b/Src/NugetREADME.md
@@ -13,6 +13,8 @@ PromptPlus **Supports 4/8/24-bit colors** in the terminal with auto-detection of
## What news in V4.0.2
- New Control Pipeline
- PromptPlus.Pipeline(T startvalue)
+- Changed WaitControl to take context value in tasks and return context in result
+ - There are small break-chages
- Add Answer key check equals "Yes"/"No" using config values
- IsYesResponseKey(this ConsoleKeyInfo keyinfo)
- IsNoResponseKey(this ConsoleKeyInfo keyinfo)
diff --git a/Src/PromptPlus.csproj b/Src/PromptPlus.csproj
index 1bb326d3..a4270e58 100644
--- a/Src/PromptPlus.csproj
+++ b/Src/PromptPlus.csproj
@@ -30,7 +30,7 @@
PromptPlus
NugetREADME.md
https://fracerqueira.github.io/PromptPlus
- 4.0.1
+ 4.0.2
icon.png
© 2021 - Fernando Cerqueira
False
diff --git a/Src/README.txt b/Src/README.txt
index 14f98332..588f0695 100644
--- a/Src/README.txt
+++ b/Src/README.txt
@@ -34,6 +34,8 @@ PromptPlus was developed in c# with target frameworks:
- New Control Pipeline
- PromptPlus.Pipeline(T startvalue)
+- Changed WaitControl to take context value in tasks and return context in result
+ - There are small break-chages
- Add Answer key check equals "Yes"/"No" using config values
- IsYesResponseKey(this ConsoleKeyInfo keyinfo)
- IsNoResponseKey(this ConsoleKeyInfo keyinfo)
diff --git a/docs/index.md b/docs/index.md
index 533107fa..efbcbd62 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -30,6 +30,8 @@
## What news in V4.0.2
- New Control Pipeline
- PromptPlus.Pipeline(T startvalue)
+- Changed WaitControl to take context value in tasks and return context in result
+ - There are small break-chages
- Add Answer key check equals "Yes"/"No" using config values
- IsYesResponseKey(this ConsoleKeyInfo keyinfo)
- IsNoResponseKey(this ConsoleKeyInfo keyinfo)