diff --git a/packages/slate-react/Changelog.md b/packages/slate-react/Changelog.md
index cf8da6ee6..e1b491d8a 100644
--- a/packages/slate-react/Changelog.md
+++ b/packages/slate-react/Changelog.md
@@ -4,6 +4,14 @@ This document maintains a list of changes to the `slate-react` package with each
 
 ---
 
+### `0.16.0` — August 21, 2018
+
+###### NEW
+
+**Updated to work with `slate@0.38.0` without `node.isVoid`.** This isn't a breaking change to any of the API's in `slate-react` itself, but it does update it to no longer log deprecation warnings for `node.isVoid` property access.
+
+---
+
 ### `0.15.0` — August 3, 2018
 
 ###### NEW
diff --git a/packages/slate/Changelog.md b/packages/slate/Changelog.md
index 23f6102db..f3d141bbf 100644
--- a/packages/slate/Changelog.md
+++ b/packages/slate/Changelog.md
@@ -4,6 +4,14 @@ A list of changes to the `slate` package with each new version. Until `1.0.0` is
 
 ---
 
+### `0.38.0` — August 21, 2018
+
+###### DEPRECATED
+
+**`Node.isVoid` access is deprecated.** Previously the "voidness" of a node was hardcoded in the data model. Soon it will be determined at runtime based on your editor's schema. This deprecation just ensures that you aren't using the `node.isVoid` property which will not work in future verisons.
+
+---
+
 ### `0.37.0` — August 3, 2018
 
 ###### NEW