From 5b4061e1def8e19e8df557937fdb9bccd3fce913 Mon Sep 17 00:00:00 2001 From: Shane Osbourne Date: Sun, 29 Mar 2015 23:22:26 +0100 Subject: [PATCH] 2.5.0 changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b4981d6..3131e4ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 2.5.0 (2015-03-29) + + +#### Bug Fixes + +* **proxy:** Bump Foxy to stop cookies being altered when parsed ([ff3c46bd](https://github.com/BrowserSync/browser-sync/commit/ff3c46bd)) + + +#### Features + +* **options:** Allow any serve-static specific configuration under new property - ([4c58541f](https://github.com/BrowserSync/browser-sync/commit/4c58541f), closes [#539](https://github.com/BrowserSync/browser-sync/issues/539)) +* **throttle:** Bump UI for network throttle ([7e2f588e](https://github.com/BrowserSync/browser-sync/commit/7e2f588e)) + + ## 2.4.0 (2015-03-21)