diff --git a/CHANGELOG.md b/CHANGELOG.md index 7903a6610..46270239e 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Refined Storage Changelog +### 1.8.5 +- Cancelling a CraftingTask now also unlocks all Crafters related to that Task (Darkere) +- External Storage will now always show the exact maximum capacity as reported by the attached inventory (Darkere) +- Crafter no longer expose their inventory to the side they are facing (Darkere) +- Fixed Portable Grid voiding the disk when extracting with full inventory (Darkere) +- Fixed Constructor extracting 2 buckets when placing fluid (Darkere) +- Fixed Stack Overflow error with regulator upgrades (Darkere) +- Fixed visual bug with DetectorScreen not updating its values (Darkere) +- Fixed Constructor placing the filtered item instead of the extracted (Darkere) + ### 1.8.4 - Fixed autocrafting Crafting Monitor crash (Darkere)