mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
66 lines
1.1 KiB
Markdown
66 lines
1.1 KiB
Markdown
|
# Change Log Complex
|
||
|
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||
|
|
||
|
|
||
|
## [0.3.2] - 2022-10-29
|
||
|
- add changelog.md
|
||
|
- add rp2040 to build-CI
|
||
|
- minor edit unit test
|
||
|
|
||
|
|
||
|
## [0.3.1] - 2021-12-14
|
||
|
- update library.json
|
||
|
- update license
|
||
|
- minor edits
|
||
|
|
||
|
## [0.3.0] - 2021-11-15
|
||
|
- fix #7 adding const to operators
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.2.4] - 2021-10-19
|
||
|
- update build-CI.
|
||
|
|
||
|
## [0.2.3] - 2021-09-14
|
||
|
- fix build-CI
|
||
|
- update readme.md
|
||
|
|
||
|
## [0.2.2] - 2020-12-16
|
||
|
- add arduino-ci + unit test (starter)
|
||
|
- setReal(), setImag()
|
||
|
|
||
|
## [0.2.1] - 2020-06-05
|
||
|
- fix library.json
|
||
|
|
||
|
## [0.2.0] - 2020-03-29
|
||
|
- #pragma once,
|
||
|
- create own repo
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.12] - 2018-04-02
|
||
|
- fix issue #33 double -> float
|
||
|
|
||
|
## [0.1.11] - 2018-01-29
|
||
|
- fix sin and cos formula - issue #91
|
||
|
|
||
|
## [0.1.10] - 2018-01-15
|
||
|
- uppercase #define COMPLEX_H
|
||
|
|
||
|
## [0.1.09] - 2016-10-15
|
||
|
- added (0,0) constructor
|
||
|
|
||
|
## [0.1.08] - 2015-06-03
|
||
|
- refactor
|
||
|
|
||
|
## [0.1.07] - 2015-06-03
|
||
|
- refactor interfaces
|
||
|
|
||
|
## [0.1.0] - 2013
|
||
|
- initial version.
|
||
|
|