Skip to content

Commit 44541f9

Browse files
author
Žiga Miklošič
committed
Finish V2.0.0
2 parents 1af490c + 11913e7 commit 44541f9

8 files changed

Lines changed: 1762 additions & 3924 deletions

File tree

.gitignore

Lines changed: 0 additions & 54 deletions
This file was deleted.

CHANGE_LOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
1-
# Changelog
1+
Changelog
22
All notable changes to this project/module will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project/module adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
---
8+
## V2.0.0 - 26.10.2023
9+
10+
### Notice
11+
- Complete API change from V1.x.x, therefore module is not back-compatible with older versions!
12+
13+
### Added
14+
- Option to reset filter
15+
- Own definition of 2*pi, as standard <math.h> has only M_PI define
16+
17+
### Changed
18+
- Unifying return statuses of API functions
19+
- Convert tabs to spaces
20+
721
---
822
## V1.1.0 - 03.11.2022
923

0 commit comments

Comments
 (0)