diff --git a/docs/streams/upgrade-guide.html b/docs/streams/upgrade-guide.html
index fbafebe967e..4eb21b8211b 100644
--- a/docs/streams/upgrade-guide.html
+++ b/docs/streams/upgrade-guide.html
@@ -97,6 +97,8 @@
We removed the following deprecated APIs:
+ -
StreamsBuilder#addGlobalStore
(one overload): deprecated in Kafka 1.1.0 (KIP-233).
+ -
ProcessorContext#forward
(some overloads): deprecated in Kafka 2.0.0 (KIP-251).
-
WindowBytesStoreSupplier#segments
: deprecated in Kafka 2.1.0 (KIP-319).
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 30550d755b6..7438192b956 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -25,6 +25,8 @@
A number of implementation dependency jars are now available in the runtime classpath
instead of compile and runtime classpaths. Compilation errors after the upgrade can be fixed by adding the missing dependency jar(s) explicitly
or updating the application not to use internal classes.
+ The Streams API removed all deprecated APIs that were deprecated in version 2.5.0 or earlier.
+ For a complete list of removed APIs compare the detailed Kafka Streams upgrade notes.