From 2b6ecd09d992c58e0ad7633cd474ca3e495de2ef Mon Sep 17 00:00:00 2001
From: ZaellixA <axilleaz@protonmail.com>
Date: Thu, 14 Nov 2024 16:23:53 +0000
Subject: [PATCH] Update CHANGELOG with changes in the interface of rotMat3d.m
 and the geometry generation functions

---
 CHANGELOG.md | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48d4adf..9777709 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,10 @@
 ### v0.3.3 ###
-**Signal Processing - Generic**\
-\* Fix bug returning wrong length filter when negative delays are use in `winSincFracDel()`.
-
-**Signal Processing - Array Processing**\
-\+ Add function to calculate the time-domain equivalent of the *array manifold* of an arbitrary array.\
-\* Modify `firstOrderDMA()` to return the filters as the first argument, in order to avoid calculating the output if it is not required.\
-\* Changed the name of `firstOrderDMA()` to `firstOrderDma()` (cameltoe). This change **breaks** backward compatibility!\
-\* Correct error in `firstOrderDma()` header (documentation) and changed name of local array manifold calculation function to clarify that a local function is called.\
-\* Correct erroneous output calculations in `firstOrderDma()`.
-
-** Signal Processing - Measurements**\
-\* Fix error in `invSweep()` throwing an error when the `causIrLen` input argument was not provided.
+**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()`:
+  - `rcvGeo()`
+  - `srcGeo()`
+  - `virtMicGeo()`
 
 -------------------------------------------
 
-- 
GitLab