You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or [Download v8.2.1](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.1)
49
+
50
+
**Enhancements:**
51
+
52
+
- Fixed a couple compiler warnings when using the latest Intel Fortran compiler. [\#477](https://github.com/jacobwilliams/json-fortran/issues/480) ([jacobwilliams](https://github.com/jacobwilliams))
53
+
- replaced `-std15` with `-std18` for the Intel compiler in the FoBiS build file.
54
+
- Updated the Visual Studio test project with some missing test cases. ([jacobwilliams](https://github.com/jacobwilliams))
55
+
56
+
**Bug fixes:**
57
+
58
+
- Bug fix in `json_value_remove`: the parent and previous pointers should also be nullified when removing from an array. [\#477](https://github.com/jacobwilliams/json-fortran/issues/477)[\#479](https://github.com/jacobwilliams/json-fortran/pull/479) ([jacobwilliams](https://github.com/jacobwilliams))
0 commit comments