diff --git a/erpnext/change_log/current/item_variants.md b/erpnext/change_log/current/item_variants.md deleted file mode 100644 index 268b59534c4..00000000000 --- a/erpnext/change_log/current/item_variants.md +++ /dev/null @@ -1,6 +0,0 @@ -- Make Variants added to Item Master -- Added ability to specify Range of Numeric Values in Attribute Master -- Fixed an issue in filtering Templates in Item List View -- Added Patch to fetch Item Template Attributes -- Allow Editing variant attribute in Variant. Add validation to check duplication. -- Removed Manage Variants \ No newline at end of file diff --git a/erpnext/change_log/current/pos.md b/erpnext/change_log/current/pos.md deleted file mode 100644 index 9faf82d1b45..00000000000 --- a/erpnext/change_log/current/pos.md +++ /dev/null @@ -1,2 +0,0 @@ -- Set default Print Format for Point-of-Sale (POS) via **POS Profile** -- Option to automatically print after submitting POS **Sales Invoice** diff --git a/erpnext/change_log/v5/v5_7_0.md b/erpnext/change_log/v5/v5_7_0.md new file mode 100644 index 00000000000..c76eb601e50 --- /dev/null +++ b/erpnext/change_log/v5/v5_7_0.md @@ -0,0 +1,7 @@ +- **Item Variants** + - Removed **Manage Variants** tool + - Use **Make Variant** button in the Item form to create new variants based on a template Item + - Added ability to specify Range of Numeric Values in Item Attribute +- Set default Print Format for Point-of-Sale (POS) via **POS Profile** +- Option to automatically print after submitting POS **Sales Invoice** +- **Communication** added to CRM module