From 34a7718af1d8c533ce9303782afc7281d2fc85c4 Mon Sep 17 00:00:00 2001 From: Branson Stephens <branson.stephens@ligo.org> Date: Wed, 30 Sep 2015 10:35:32 -0500 Subject: [PATCH] Added changelog --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..e2cd2c685 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Change Log +All notable changes to this project will be documented in this file. + +## 2015-10-06 +### Added +- banner warning if the user is looking at an lvem_view page (#2600) +- this changelog file (#2599) +- added event page link to labelling email alerts (#2575) +- add value from coinc_event.likelihood column to "Coinc Tables" for gstlal + events (#2513) + +### Changed +- interpretation of values for cWB events (see #2484) +- list of labels for query now generated by DB query instead of static list + (#2523) + +### Fixed +- remove user from groups that are not present in IdP shibboleth assertion + (#2600) -- GitLab