From 0048bd2ca81f6cb4e86e8421a44aa59050e53355 Mon Sep 17 00:00:00 2001
From: arq5x <arq5x@virginia.edu>
Date: Thu, 18 Sep 2014 14:50:53 -0400
Subject: [PATCH] update release history

---
 docs/content/history.rst | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/content/history.rst b/docs/content/history.rst
index fdb6664f..0c7bea6e 100644
--- a/docs/content/history.rst
+++ b/docs/content/history.rst
@@ -2,6 +2,18 @@
 Release History
 ###############
 
+Version 2.21.0 (18-Sep-2014)
+============================
+1. Added ability to intersect against multiple `-b` files in the `intersect` tool.
+2. Fixed a bug causing slowdowns in the `-sorted` option when using `-split` with very large split alignments.
+3. Added a new `fisher` tool to report a P-value associated with the significance of the overlaps between two interval sets. Thanks to @brentp!
+4. Added a "genome" file for GRCh38. Thanks @martijnvermaat!
+5. Fixed a bug in the `-pct` option of the `slop` tool.  Thanks to @brentp!
+6. Tweak to the Makefile to accomodate Intel compilers. Thanks to @jmarshall.
+7. Many updates to the docs from the community.  Thank you!
+
+
+
 Version 2.20.1 (23-May-2014)
 ============================
 1. Fixed a float rounding bug causing occassional off-by-one issues in the slop added by the ``slop`` tool.  Thanks to @slw287r.
-- 
GitLab