diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca9fce978..a201097e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
-## Unreleased
+### Unreleased
### Added
+- Added Trash button to delete section [#347](https://github.com/clowder-framework/clowder/issues/347)
- Add "when" parameter in a few GET API endpoints to enable pagination [#266](https://github.com/clowder-framework/clowder/issues/266)
- Extractors can now specify an extractor_key and an owner (email address) when sending a
registration or heartbeat to Clowder that will restrict use of that extractor to them.
diff --git a/app/views/file.scala.html b/app/views/file.scala.html
index d6788f083..ed6b3d72b 100644
--- a/app/views/file.scala.html
+++ b/app/views/file.scala.html
@@ -483,6 +483,7 @@