From ddc65a319178eaf7e884b819fd2897ab3d4b2ad6 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Fri, 29 Apr 2016 02:19:12 -0700 Subject: [PATCH] CHANGELOG: mention traceapp.New change --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b06857e..0f0114f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +- Apr 29, 2016 - **Breaking Change!** + - [#162](https://github.com/sourcegraph/appdash/pull/162) `traceapp.New` now requires a base URL parameter for compatability with HTTPS in trace permalinks. - Apr 26, 2016 - [#153](https://github.com/sourcegraph/appdash/pull/153) Added a Recorder.Logger field which, when non-nil, causes errors to be logged instead of checked explicitly via the Errors method. - [#154](https://github.com/sourcegraph/appdash/pull/154) Added trace permalinks which encode the trace within the URL.