From 8c42e04692eedbe69d6371a3d9529b9d94563e8a Mon Sep 17 00:00:00 2001 From: Ben Christensen Date: Mon, 7 Jan 2013 16:27:17 -0800 Subject: [PATCH] Version 1.2.0 Adding pull 73 --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index dbb7d2a33..8d6a6ad24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ * [Pull 71](https://github.com/Netflix/Hystrix/pull/71) jettyRun support for running webapps via gradle * [Issue 15](https://github.com/Netflix/Hystrix/issues/15) Property to disable percentile calculations * [Issue 69](https://github.com/Netflix/Hystrix/issues/69) Property to disable fallbacks +* [Issue 73](https://github.com/Netflix/Hystrix/issues/73) Make servlet-api a provided dependency * [Issue 74](https://github.com/Netflix/Hystrix/issues/74) Dashboard problem when using Turbine (Stream not flushing) ### Version 1.1.7 ([Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.netflix.hystrix%22%20AND%20v%3A%221.1.7%22)) ###