From e607fbbfe2201700295f5bb916d3100a3a6a47fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonz=C3=A1lez-Toledo?= Date: Tue, 15 Oct 2024 13:10:06 +0200 Subject: [PATCH] feat: Update changelo file --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c60da2..d47f99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ All notable changes to the Binaural Rendering Toolbox (BRT) will be documented i The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.6.0] - 2024-10-15 + +### Added +- New model of virtual source environment based on SDN. +- Add room definition classes from 3DTI-Toolkit. + +### Changed +- Add environment connection and disconnection methods to HRTF and Ambisonic HRTF models. +- Update Environment Model Base +- Update source type options. +- Update virtual source definition +- Adds funcionalities to some common clases + + ## [1.5.0] - 2024-07-30 ### Added