diff --git a/en/guide/migrating-5.md b/en/guide/migrating-5.md
index 537c2fffb..0318be4d2 100755
--- a/en/guide/migrating-5.md
+++ b/en/guide/migrating-5.md
@@ -57,6 +57,7 @@ You can then run your automated tests to see what fails, and fix problems accord
Removed methods and properties
@@ -181,3 +182,7 @@ The `res.vary` throws an error when the `field` argument is missing. In Express
res.render()
This method now enforces asynchronous behavior for all view engines, avoiding bugs caused by view engines that had a synchronous implementation and that violated the recommended interface.
+
+Brotli encoding support
+
+Express 5 supports Brotli encoding for requests..
\ No newline at end of file