v2.0.1 - Minor fixes and performance improvements
Changelog
[v2.0.1] - July 24th 2021
Changed
- Fixed response object initialisation
NULL_POINTERissue, reported by deepscan.io. - Code improvements recommended by Codacy.
- Performance improvements by deprecating the use of
in favour ofconcat()+=for string concatenation. - Fixed a typo in
README.md.
Added
-
Included a deepscan.io badge in
README.md.