From 25cd78b096143d6ff4b2fa634520b911ef13b418 Mon Sep 17 00:00:00 2001
From: Branson Stephens <branson.stephens@ligo.org>
Date: Fri, 13 Nov 2015 10:49:11 -0600
Subject: [PATCH] Updated changelog.

---
 CHANGELOG.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07d4fac28..f3ec661ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,24 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 2015-11-17
+### Added
+- support for tagnames with spaces in REST URL patterns (#2730)
+- documentation about requesting changes to EM Observation entries (#2591)
+- support for more complex label queries for searches and email 
+  notifications (#2672, #2569)
+- support for file uploads through the web interface (#2543, #1367)
+
+### Changed
+- create LigoLdapUser object (instead of django User) for unknown
+  Shib users with a valid session (#2629)
+- time conversion functions handle None and empty string input (#2664)
+
+### Fixed
+- internal_user_required decorator no longer assumes HTTP request as 
+  first arg (#2524)
+- removed spurious factor of 1000 from fluence calculation (#2625)
+
 ## 2015-10-06
 ### Added
 - banner warning if the user is looking at an lvem_view page (#2600)
-- 
GitLab