diff --git a/doc/ReleaseNotes.md b/doc/ReleaseNotes.md
index 2f3e91f899707134bb2ee207b8017cc8ae5729c0..2d09115ed976e5b5c6c2d46bfe8061ecf09a13da 100644
--- a/doc/ReleaseNotes.md
+++ b/doc/ReleaseNotes.md
@@ -1,5 +1,25 @@
 # v01-07
 
+* 2018-03-26 Javier Cervantes Villanueva ([PR#343](https://github.com/AIDASoft/DD4hep/pull/343))
+  - Fix bug in calculating eta, introduced in #138 
+    - use `magFromXYZ` instead of `radiusFromXYZ` to calculate pseudorapidity
+
+* 2018-03-19 Marko Petric ([PR#338](https://github.com/AIDASoft/DD4hep/pull/338))
+  - Include fixes from Chris Burr for the alignments calculator.
+   - Add a small study for the LHCb upgrade defining reasonable detector element conditions for the Velo pixel detector using the DDCond derived condition mechanism.
+   - To be done: somehow get an example for this mechanism, which works outside Gaudi.
+
+* 2018-03-23 Markus Frank ([PR#340](https://github.com/AIDASoft/DD4hep/pull/340))
+  - Improvement for DDDB - case study to implement real-world detector elements.
+
+* 2018-03-28 Marko Petric ([PR#345](https://github.com/AIDASoft/DD4hep/pull/345))
+  - Remove `DDSurfaces` folder as it was merged in `DDRec`
+
+* 2018-03-28 Marko Petric ([PR#341](https://github.com/AIDASoft/DD4hep/pull/341))
+  - Remove top level `DDSegmentation` folder as it is not needed anymore
+
+# v01-07
+
 * 2018-03-26 Javier Cervantes Villanueva ([PR#343](https://github.com/AIDASoft/DD4hep/pull/343))
   - Fix bug in calculating eta, introduced in #138 
     - use `magFromXYZ` instead of `radiusFromXYZ` to calculate pseudorapidity