Added changelog for #658

This commit is contained in:
Bernd Bestel 2020-03-25 20:12:38 +01:00
parent 305f5b67e4
commit 2619d03cc0
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1,3 +1,9 @@
### New feature: Price history per store
- Define stores under master data
- Track on purchase/inventory in which store you bought the product
- => The price history chart on the product card shows a line per store
- (Thanks @immae)
### Recipe fixes
- Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel)