From bdf28519eb7859f4862ac1bd304e9d78574f5803 Mon Sep 17 00:00:00 2001 From: Andrew Nesbitt Date: Tue, 16 Sep 2014 16:59:13 +0100 Subject: [PATCH] Added in previous release notes to changelog --- CHANGELOG.mdown | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index ec2c17e0..4521bf64 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,7 +1,28 @@ +## 0.7.2 (June 12th, 2014) + +Features: + + - Show metrics on the dashboard (@swrobel, #241) + +Bugfixes: + + - Avoid nil error with ExperimentCatalog when upgrading (@danielschwartz, #253) + - [SECURITY ISSUE] Only allow known alternatives as query param overrides (@ankane, #255) + +## 0.7.1 (March 20th, 2014) + +Features: + + - You can now reopen experiment from the dashboard (@mikezaby, #235) + +Misc + + - Internal code tidy up (@IanVaughan, #238) + ## 0.7.0 (December 26th, 2013) Features: - + - Significantly improved z-score algorithm (@caser ,#221) - Better sorting of Experiments on dashboard (@wadako111, #218) @@ -10,7 +31,7 @@ Bugfixes: - Fixed start button not being displayed in some cases (@vigosan, #219) Misc - + - Experiment#initialize refactoring (@nberger, #224) - Extract ExperimentStore into a seperate class (@nberger, #225)