8.2.1
See also
- The full Changelog.
Summary
- Bug fix in
json_value_remove
: the parent and previous pointers should also be nullified when removing from an array. 🐞 - Fixed a couple compiler warnings when using the latest Intel Fortran compiler.
- replaced
-std15
with-std18
for the Intel compiler in the FoBiS build file. - Updated the Visual Studio test project with some missing test cases.