CHANGELOG.md in acfs-1.4.0 vs CHANGELOG.md in acfs-1.5.0

- old
+ new

@@ -12,9 +12,19 @@ ### Fixes ### Breaks +## 1.5.0 - (2020-06-19) +--- + +### New +* Error classes for more HTTP error responses: `400`, `401`, `403`, `500`, `502`, `503`, `504`. + +### Changes +* Replace deprecated MultiJson with core JSON module + + ## 1.4.0 - (2020-06-12) --- ### New * Use strict TCP keepalive probing by default (5s/5s)