CHANGELOG.md in routemaster-drain-2.4.4 vs CHANGELOG.md in routemaster-drain-2.5.0

- old
+ new

@@ -1,4 +1,16 @@ +### 2.5.0 (2017-04-11) + +Features: + +- Allow template urls to be defined in services (#38) +- Adds the `Siphon` middleware (#39, #44) +- Adds `CacheBusting` middleware (#40) + +Bug fixes: + +- Caching middleware always busts the cache on events - preventing stale events being cached in some circumstances (#40) + ### 2.4.4 (2017-03-27) Features: - Optionally wrap the APIClient actions inside a Response class (#37)