diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f95c9cdfe..0b460091fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,14 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Extended the `extractNumberFromString()` function to support negative values - Restricted the symbol data endpoint (`GET /api/v1/symbol/:dataSource/:symbol`) to authenticated users - Removed the deprecated `auth` endpoint of the login with _Security Token_ (`GET`) - Simplified the `getHistorical()` function response in the data provider interface -### Fixed - -- Fixed the parsing of negative numbers in `extractNumberFromString()` (used by the manual data provider) which incorrectly dropped the minus sign - ## 3.29.0 - 2026-07-18 ### Added