diff --git a/CHANGELOG.md b/CHANGELOG.md index a9bddb35..0e5f8643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,8 +70,8 @@ _Enhancements:_ _Fixes:_ - Fixed `multer` related error: 'Field value too long'. -- Fixed the SSL handshake error (#307). -- Fixed missing background color transparency (#492). +- Fixed the SSL handshake error [(#307)](https://github.com/highcharts/node-export-server/issues/307). +- Fixed missing background color transparency [(#492)](https://github.com/highcharts/node-export-server/issues/492). - Fixed missing `foreignObject` elements issue. - Fixed type compatibility issues in the `pairArgumentValue` function, arising from CLI string arguments. - Fixed the 'httpsProxyAgent is not a constructor' issue with the `https-proxy-agent` module. @@ -81,6 +81,7 @@ _Fixes:_ - Fixed the deprecated description of the pool from the `generic-pool` to `tarn` notation, triggered by the `getPoolInfo` and `getPoolInfoJSON` functions. - Fixed the issue of not gracefully terminating the process when an error occurs and a pool or browser already exists. - Fixed the 'Could not clear the content of the page... - Target closed' error. +- Added the series-on-point module. [(#534)](https://github.com/highcharts/node-export-server/pull/534). - Made minor corrections to ESLint and Prettier configuration. - Other minor stability, linting and text corrections have been implemented.