Updated CHANGELOG

This commit is contained in:
Leonid Bugaev
2013-10-31 12:39:41 +01:00
parent 4406794a28
commit 9da6f908fd
+7
View File
@@ -1,3 +1,10 @@
v0.7.0 - 31 Oct 2013
* New modular architecture. Listener and Replay functionality merged.
* Added option to equally split traffic between multiple outputs: --split-output true
* Saving requests to file and replaying from it
* Injecting custom headers to http requests
* Advanced stats using ElasticSearch
v0.3.5 - 15 Sep 2013
* Significantly improved test coverage
* Fixed bug with redirect replay https://github.com/buger/gor/pull/15