docs: various fixes and cleanups
Change-Id: Ib20f89395bf7864e04080c0e69aec93ab8099a47
diff --git a/docs/release-notes/release-notes-0.2.0.rst b/docs/release-notes/release-notes-0.2.0.rst
index c3e69da..0eaa225 100644
--- a/docs/release-notes/release-notes-0.2.0.rst
+++ b/docs/release-notes/release-notes-0.2.0.rst
@@ -1,13 +1,17 @@
PSync version 0.2.0
-------------------
-**New features**:
+*Release date: February 2, 2020*
+
+New features
+^^^^^^^^^^^^
- **breaking change** Compress Sync Data in Full Sync by default (:issue:`5061`, :issue:`4917`)
- Support various compression schemes for compressing IBF and Sync Data (:issue:`5061`)
-**Changes**
+Changes
+^^^^^^^
- Use constant interest timeout for (discovery) sync Interest in Segment Fetcher (:issue:`4945`)
- Make default jitter shorter, react to NACK after jitter
-- Use boost::bimap instead of two std::map variables to store hash to prefix matching
+- Use ``boost::bimap`` instead of two ``std::map`` variables to store hash to prefix matching