diff --git a/addOns/help/src/main/javahelp/contents/releases/2_8_0.html b/addOns/help/src/main/javahelp/contents/releases/2_8_0.html
index 5f18a1b62..81bdffbac 100644
--- a/addOns/help/src/main/javahelp/contents/releases/2_8_0.html
+++ b/addOns/help/src/main/javahelp/contents/releases/2_8_0.html
@@ -62,6 +62,9 @@
-dir <dir>
To prevent add-ons (inadvertently) use/override core files ZAP will no longer start (and show an error) if the home and the
installation directories are the same.
+Headless Browser Support
+Headless browsers are now supported by the Selenium add-on and the add-ons that use it. Both the Ajax Spider and the DOM XSS scan rule now default to headless Firefox.
+
CA Certificate Handling
The following options allow the root CA certificate to be set and read:
@@ -89,6 +92,9 @@ Client Certificate Handling
configuration file (so that they apply for subsequent ZAP use).
+Source Code Restructuring
+The ZAP repositories have all been migrated to use Gradle from Ant. Standard source code formatting is also now enforced for consistency.
+
Changes in Bundled Libraries
The following libraries are no longer being bundled with ZAP (core):
@@ -215,6 +221,7 @@ Enhancements
- Issue 4762 : Added pscan stats and API call for getting current rule
- Issue 4767 : Be more lenient when parsing techs through the API
- Issue 4771 : Bundle required files in the zap.jar
+- Issue 4780 : Tidy up dependencies
- Issue 4810 : Exit on exception during GUI start
- Issue 4819 : Added childNodes view
- Issue 4833 : Added alert api endpoints
@@ -335,13 +342,13 @@ Bug fixes
- Issue 5160 : Show/edit expected breakpoint with sorting
- Issue 5162 : Inconsistent JSON report format
- Issue 5207 : Hook OverrideMessageProxyListener also on install
+- Issue 5221 : ZAP failing Nexus scan
- Issue 5252 : Unable to CONNECT to authority with underscore
- Issue 5257 : Improve error handling on shutdown
- Issue 5259 : GUI hang (and NPE exceptions) when using Context Alert Filters
- Issue 5352 : Fix exceptions during config update
-
ZAP API Breaking Changes:
VIEW acsrf / optionTokensNames