Skip to content

Commit 280ae0e

Browse files
committed
corrections to changelog
1 parent 3ab8f98 commit 280ae0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CHANGELOG.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ or [Download v8.3.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
6262

6363
**Bug Fixes:**
6464

65-
- Fixed a memory leak with parsing invalid JSON. Also fixed some unit test memory issues [\#494](https://github.com/jacobwilliams/json-fortran/issues/494) ([jacobwilliams](https://github.com/jacobwilliams))
6665
- Fixed a minor standards violation [\#510](https://github.com/jacobwilliams/json-fortran/issues/510) [\#511](https://github.com/jacobwilliams/json-fortran/pull/511) ([jacobwilliams](https://github.com/jacobwilliams))
6766
- Minor changes to work around issues with nvfortran compiler [\#496](https://github.com/jacobwilliams/json-fortran/pull/496) ([vyu16](https://github.com/vyu16))
6867

@@ -79,8 +78,7 @@ or [Download v8.2.5](https://github.com/jacobwilliams/json-fortran/releases/tag/
7978
**Bug Fixes:**
8079

8180
- Fixed a potential uninitialized variable issue in `get_current_line_from_file_stream`
82-
- Fixed a memory leak when parsing an invalid JSON
83-
- Fixed various memory issues in the unit tests [\#495](https://github.com/jacobwilliams/json-fortran/pull/495) ([jacobwilliams](https://github.com/jacobwilliams))
81+
- Fixed a memory leak when parsing an invalid JSON. Fixed various memory issues in the unit tests [\#494](https://github.com/jacobwilliams/json-fortran/issues/494) [\#495](https://github.com/jacobwilliams/json-fortran/pull/495) ([jacobwilliams](https://github.com/jacobwilliams))
8482

8583
### [8.2.4](https://github.com/jacobwilliams/json-fortran/tree/8.2.4) (2021-08-15)
8684

0 commit comments

Comments
 (0)