This commit is contained in:
Ichinga Samuel
2025-01-23 18:18:18 +01:00
parent 12f61f3b6e
commit 28811df0ce
20 changed files with 284 additions and 157 deletions
+16 -1
View File
@@ -1,6 +1,21 @@
# Changelog
## [4.0.7](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.8) - 2025-01-21
## [4.0.9](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.8) - 2025-01-23
### Fixed
- Fixed `__add__` to return a new Candles object
### Changed
- Removed tasks attribute from executor class
### Added
- Added `initialize_sync` method for synchronous initialization of a symbol
## [4.0.8](https://github.com/Ichinga-Samuel/aiomql/releases/tag/v4.0.8) - 2025-01-21
### Fixed