Added changelog for #669

This commit is contained in:
Bernd Bestel 2020-03-27 17:46:08 +01:00
parent 81d84d93e2
commit d509f9add0
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -7,6 +7,9 @@
### Recipe fixes
- Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel)
### Calendar fixes
- Fixed that the "Share/Integrate calendar (iCal)" button did not work (thanks @tsia)
### API improvements
- The endpoint `/stock/products/{productId}/locations` now also returns the current stock amount of the product in that loctation (new field/property `amount`) (thanks @Forceu)