From 29cd931c013a08027bd85a423ba1d3096c05c364 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 10 May 2022 17:23:30 +1000 Subject: [PATCH] Transferred some bug notes from 0.7.0 to 0.6.4 --- docs/releases/0.6.4.md | 2 ++ docs/releases/0.7.0.md | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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 |