diff --git a/CHANGELOG.md b/CHANGELOG.md
index 821502254384bad7f212b2fed40ebe88cb32a19a..ab7b55fc654d3bf3db90dbe8ab472d6024678a26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-###v0.5.0###
+###v0.5.0###\
 **Signal Processing - Generic**\
 \* Fix bug returning wrong length filter when negative delays are use in `winSincFracDel()`.
 
@@ -42,7 +42,7 @@
 -------------------------------------------
 
 
-###v0.4.1###
+###v0.4.1###\
 ** Optimisation - Memetic Algorithm**\
 \* Update `mutPop()` to use the parallel for-loop (`parfor`) whenever it is available.\
 \* Update `selParents()` to use the parallel for-loop (`parfor`) whenever it is available.
@@ -50,7 +50,7 @@
 -------------------------------------------
 
 
-###v0.4.0###
+###v0.4.0###\
 **Utilities - Generic**\
 \* Change the interface of `rotMat3d()`, so that the last argument is a boolean (`logical` in MATLAB), declaring whether the given angles are in degrees (if false, the angles are treated as radians). This is a **backwards incompatible** change.\
 \* The following functions are changed internally to apply the changes in `rotMat3d()`:
@@ -61,7 +61,7 @@
 -------------------------------------------
 
 
-###v0.3.2###
+###v0.3.2###\
 **Signal Processing - Generic**\
 \+ Add option to use negative delay values with the `winSincFracDel()` function.
 
@@ -80,14 +80,14 @@
 -------------------------------------------
 
 
-###v0.3.1###
+###v0.3.1###\
 **Virtual Sensing - Remote Microphone Technique**\
 \+ Add the option to add "noise" to the monitoring microphone signals in the time domain estimation of the optimal observation filters in `obsFiltTD()` to replicate the feature of `obsFilt()`. This change **breaks** backwards compatibility.
 
 -------------------------------------------  
 
 
-###v0.3.0###
+###v0.3.0###\
 **General**\
 \* Convert the project to accept column position and direction vectors as input. The affected functions are:
 - `srcGeo()`
@@ -108,7 +108,7 @@
 -------------------------------------------
 
 
-###v0.2.8###
+###v0.2.8###\
 **Utilities - Generic**\
 \+ Add the option to pick the order the rotations will be performed in the `rotMat3d()` function. This results is a **backward incompatible** change.
 
@@ -118,7 +118,7 @@
 -------------------------------------------
 
 
-###v0.2.7###
+###v0.2.7###\
 **Signal Processing - Measurements**\
 \+ Introduction of the *Measurements* "topic" in the Signal Processing part of the codebase.\
 \+ Function to estimate the impulse responses from sweep measurements.
@@ -126,14 +126,14 @@
 -------------------------------------------
 
 
-###v0.2.6###
+###v0.2.6###\
 **Signal Processing - Generic**\
 \+ Add function to perform fractional octave smoothing of spectra.
 
 -------------------------------------------
 
 
-###v0.2.5###
+###v0.2.5###\
 **Utilities - Geometries**\
 \* Combine translation offsets to a single vector input argument for the `rcvGeo()` MATLAB function.\
 \* Combine translation offsets to a single vector input argument for th `virtMicGeo()` MATLAB function.\
@@ -142,7 +142,7 @@
 -------------------------------------------
 
 
-###v0.2.4###
+###v0.2.4###\
 **Virtual Sensing**\
 \* Corrected time-domain observation filter calculations.\
 \* Removed scaling from the cross-correlation calculations in the time-domain optimal observation filters.\
@@ -157,7 +157,7 @@
 -------------------------------------------
 
 
-###v0.2.3###
+###v0.2.3###\
 **Virtual Sensing**\
 \+ Added function to estimate the observation filters in the time-domain.\
 \+ Added function to perform estimation with observation filters in the time-domain.
@@ -172,21 +172,21 @@
 -------------------------------------------
 
 
-###v0.2.2###
+###v0.2.2###\
 **Virtual Sensing**\
 \* Update the observation filter and estimation with observation filter functions with better input argument checking and changed the name of variables to match those in the literature.
 
 -------------------------------------------
 
 
-###v0.2.1###
+###v0.2.1###\
 **Virtual Sensing**\
 \* Fix a bug where noise was added to the power spectral density matrix for the optimal observation filter calculations in the noiseless case.
 
 -------------------------------------------
 
 
-###v0.2.0###
+###v0.2.0###\
 **Utilities**\
 \+ Added a bisection method for single-valued functions.\
 \* Improved rotation matrix calculation function with degrees and radian calculations available.\