From 827134c9720dea6a78c780f1c516354fa26c35b1 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Wed, 9 Aug 2023 22:34:30 +0200 Subject: [PATCH] Changelog wording improvements --- changelog/70_4.0.0_2023-07-29.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog/70_4.0.0_2023-07-29.md b/changelog/70_4.0.0_2023-07-29.md index d6361df8..7478a309 100644 --- a/changelog/70_4.0.0_2023-07-29.md +++ b/changelog/70_4.0.0_2023-07-29.md @@ -4,10 +4,11 @@ > _Recommendation: Benchmark tests showed that e.g. unit conversion handling is up to 5 times faster when using a more recent (3.39.4+) SQLite version._ -### New feature: Quantity unit conversions with unlimited hierarchy +### New feature: Indirect quantity unit conversions with unlimited levels -- Quantity unit conversions now support transitive conversions, means the QU hierarchy has now unlimited levels (thanks a lot @esclear) - - _Explained by a practical example: When a conversion between Teaspoons and Milliliters and another one between Milliliters and Liters exists (and so forth; unlimited levels), Grocy can now calculate Teaspoons to Liters (before a direct conversion between Teaspoons and Liters was required)._ +- Quantity unit conversions now support indirect conversions with unlimited levels (thanks a lot @esclear) + - _Explained by a practical example: When a conversion between Teaspoons and Milliliters and another one between Milliliters and Liters exists (and so forth; unlimited levels), Grocy can now calculate Teaspoons to Liters (before a direct conversion definition between Teaspoons and Liters was required)_ + - Heads up: If you have such "each to each absolute conversion definitions" currently (for the example above the conversion between Teaspoons and Liters), you should clean them up, since they are now longer needed - The product option "Factor purchase to stock quantity unit" was removed - => Use normal product specific QU conversions instead, if needed - An existing "Factor purchase to stock quantity unit" was automatically migrated to a product specific QU conversion