From afb87528f30fd0dd25ac40928b30c3f093eca304 Mon Sep 17 00:00:00 2001
From: ZaellixA <axilleaz@protonmail.com>
Date: Sat, 4 Jan 2025 15:47:52 +0000
Subject: [PATCH] Update CHANGELOG.md with changes in function naming

---
 CHANGELOG.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63ae65c..311bf09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,12 @@
 
 **Sound Fields**\
 \+ Add `lineSrcField()` to calculate the sound field due to line sources in the frequency domain (tonal).
-\* Parallelize the for-loops in `ptSrcField()` and `lineSrcField()`. While execution may be slower for a small number of sources and receiver positions, the overall execution time will not increase significantly due to the functions' generally fast performance.
+\* Parallelize the for-loops in `ptSrcField()` and `lineSrcField()`. While execution may be slower for a small number of sources and receiver positions, the overall execution time will not increase significantly due to the functions' generally fast performance.\
+\* Rename the following functions (this **breaks** backward compatibility):
+  - `extrpFieldSH()` to `extrpFieldSh()`
+  - `planeWaveSH()` to `planeWaveSh()`
+  - `ptSrcFieldSH()` to `ptSrcFieldSh()`
+  - `ptSrcFieldTD()` to `ptSrcFieldTd()`
 
 **Utilities - Geometries**\
 \* Fix error in `rcvGeo()` applying incorrect rotation to the elements in the Uniform Circular Array.\
@@ -31,6 +36,7 @@
 \* Change function name from `obsFiltTD()` to `obsFiltTd()`.\
 \* Change function name from `obsFiltEstTD()` to `obsFiltEstTd()`.\
 \* Update `obsFilt()` to return the condition of the perturbed power spectral density matrix.
+\* Change name of `virtMicGeo()` to `vMicGeo()`. This **breaks** backward compatibility.
 
 -------------------------------------------
 
-- 
GitLab