From bb296f90d6b4b6c1ede81dcbed7e91fbae89ae21 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 27 Jun 2021 01:03:22 +1000 Subject: [PATCH] Update 0.2.4.md Add docs for [#1700](https://github.com/inventree/InvenTree/pull/1700) --- docs/releases/0.2.4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases/0.2.4.md b/docs/releases/0.2.4.md index 637a87e..0dd9cdf 100644 --- a/docs/releases/0.2.4.md +++ b/docs/releases/0.2.4.md @@ -43,6 +43,7 @@ This release of InvenTree introduces a number of key improvements regarding pric | [#1684](https://github.com/inventree/InvenTree/pull/1684) | Ensure tree structures are rebuilt after data import | | [#1691](https://github.com/inventree/InvenTree/pull/1691) | Fixes rendering bug when purchase price is set to zero | | [#1692](https://github.com/inventree/InvenTree/pull/1692) | Allows sorting of *Part* table by *Category* field | +| [#1700](https://github.com/inventree/InvenTree/pull/1700) | Fixes a long-running API bug where default field values were not observed | | [#1705](https://github.com/inventree/InvenTree/pull/1705) | Fixes unique-constraint validation bug for API | | [#1706](https://github.com/inventree/InvenTree/pull/1706) | Fixes table sorting bug in build order allocations table | | [#1707](https://github.com/inventree/InvenTree/pull/1707) | Fixes multiple bugs in the *order* API |