diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 73c9f0fd9..30a2694f4 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -3,6 +3,7 @@
## [Unreleased]
### Added
+* Add "Copy" button to all code blocks in generated documentation, making it easy to copy code samples to the clipboard. [#72](https://github.com/fsprojects/FSharp.Formatting/issues/72)
* Add `true` project file setting to include executable projects (OutputType=Exe/WinExe) in API documentation generation. [#918](https://github.com/fsprojects/FSharp.Formatting/issues/918)
* Add `{{fsdocs-logo-alt}}` substitution (configurable via `` MSBuild property, defaults to `Logo`) for accessible alt text on the header logo image. [#626](https://github.com/fsprojects/FSharp.Formatting/issues/626)
diff --git a/docs/_template.html b/docs/_template.html
index c8b73d5a2..bfde6b159 100644
--- a/docs/_template.html
+++ b/docs/_template.html
@@ -97,6 +97,7 @@
+
{{fsdocs-body-extra}}