diff --git a/docs/releases/0.6.4.md b/docs/releases/0.6.4.md index b25dcce..eed37f4 100644 --- a/docs/releases/0.6.4.md +++ b/docs/releases/0.6.4.md @@ -12,4 +12,6 @@ For a comprehensive list of changes associated with this release, refer to the [ | Pull Request | Description | | --- | --- | +| [#2812](https://github.com/inventree/InvenTree/pull/2812) | Fixes HTML templating error for Part and PurchaseOrder importers | | [#2842](https://github.com/inventree/InvenTree/pull/2842) | Fixes potential XSS vulnerability in jquery-ui package | +| [#2859](https://github.com/inventree/InvenTree/pull/2859) | Fixes bug which improperly checks for unique IPN values | \ No newline at end of file diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md index 65644f6..8f35d15 100644 --- a/docs/releases/0.7.0.md +++ b/docs/releases/0.7.0.md @@ -83,5 +83,4 @@ Multiple improvements have been made to the docker installation process, most no | Pull Request | Description | | --- | --- | -| [#2859](https://github.com/inventree/InvenTree/pull/2859) | Fixes bug which improperly checks for unique IPN values | | [#2869](https://github.com/inventree/InvenTree/pull/2869) | Fixes Part API bug |