diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md
index f5b75c2..f7fa036 100644
--- a/docs/releases/0.7.0.md
+++ b/docs/releases/0.7.0.md
@@ -43,3 +43,13 @@ title: Release 0.7.0
 ### New Search Menu
 
 [#2783](https://github.com/inventree/InvenTree/pull/2783) introduces a new quick search menu which provides more comprehensive search results for quicker data access.
+
+### BOM Stock Data
+
+The Bill of Materials tables now display a more comprehensive view of available stock, including stock for variant parts, and stock for substitute parts. This allows users a better picture of what stock is actually available for use.
+
+## Bug Fixes
+
+| Pull Request | Description |
+| --- | --- |
+| [#2859](https://github.com/inventree/InvenTree/pull/2859) | Fixes bug which improperly checks for unique IPN values |