diff --git a/docs/data/data-mapping.md b/docs/data/data-mapping.md
index 15bdd4cb5..7c997dbcc 100644
--- a/docs/data/data-mapping.md
+++ b/docs/data/data-mapping.md
@@ -4,8 +4,8 @@ Data mapping means referencing data from previous nodes. It doesn't include chan
You can map data in the following ways:
-* Using [expressions](/code-examples/expressions/).
-* By dragging and dropping data from the **INPUT** table into parameters.
+* Using the expressions editor. Refer to [expressions](/code-examples/expressions/) for more information.
+* By dragging and dropping data from the **INPUT** table into parameters. This generates the expression for you.
## How to drag and drop data
diff --git a/docs/reference/release-notes.md b/docs/reference/release-notes.md
index 5c4cc80dd..d6c718e3f 100644
--- a/docs/reference/release-notes.md
+++ b/docs/reference/release-notes.md
@@ -1,5 +1,12 @@
# Release notes
+## n8n@0.187.1
+
+View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.187.0...n8n@0.187.1){:target=_blank .external-link} for this version.
+**Release date:** 2022-07-20
+
+This release fixes a bug that was preventing new nodes from reliably displaying in all browsers.
+
## n8n@0.187.0
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.186.1...n8n@0.187.0){:target=_blank .external-link} for this version.
@@ -7,7 +14,7 @@ View the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.186.1...n8n@0.187
This release includes several major new features, including:
-* The community nodes repo: a new way to build and share nodes.
+* The community nodes repository: a new way to build and share nodes.
* Data pinning and data mapping: accelerate workflow development with better data manipulation functionality.
### New features