|
4 | 4 |
|
5 | 5 | - [Change Log](#change-log)
|
6 | 6 | - [Unreleased](#unreleased)
|
| 7 | + - [6.9.0 (2018-07-29)](#690-2018-07-29) |
7 | 8 | - [6.8.0 (2018-07-19)](#680-2018-07-19)
|
8 | 9 | - [6.7.0 (2018-07-10)](#670-2018-07-10)
|
9 | 10 | - [6.6.0 (2018-07-01)](#660-2018-07-01)
|
|
31 | 32 |
|
32 | 33 | ### [Unreleased](https://github.com/jacobwilliams/json-fortran/tree/HEAD)
|
33 | 34 |
|
34 |
| -[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.8.0...HEAD) |
| 35 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.9.0...HEAD) |
| 36 | + |
| 37 | +### [6.9.0](https://github.com/jacobwilliams/json-fortran/tree/6.9.0) (2018-07-29) |
| 38 | + |
| 39 | +[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/6.8.0...6.9.0) |
| 40 | +or [Download v6.9.0](https://github.com/jacobwilliams/json-fortran/releases/tag/6.9.0) |
| 41 | + |
| 42 | +**Enhancements:** |
| 43 | + |
| 44 | +- Some efficiency improvements when parsing strings. [\#352](https://github.com/jacobwilliams/json-fortran/pull/352) ([jacobwilliams](https://github.com/jacobwilliams)) |
| 45 | + - Speed up the `unescape_string()` routine. [\#351](https://github.com/jacobwilliams/json-fortran/issues/351) |
| 46 | + - Some cleanup and efficiency improvements for hex string validation. [\#354](https://github.com/jacobwilliams/json-fortran/issues/354) |
| 47 | +- Various updates to error message reporting. |
| 48 | + - The two arguments to `json_file_check_for_errors()` are now optional to match the core routine. |
| 49 | + [\#356](https://github.com/jacobwilliams/json-fortran/issues/356) |
| 50 | + - Some adjustments to error messages for invalid hex strings. Validation of hex strings is now done in the `unescape_string()` routine. [\#354](https://github.com/jacobwilliams/json-fortran/issues/354) |
| 51 | + - A string that ends in an escape character `\` is now flagged as invalid. [\#353](https://github.com/jacobwilliams/json-fortran/issues/353) |
| 52 | + |
| 53 | +**Fixed bugs:** |
| 54 | + |
| 55 | +- Fixed a bug in the `annotate_invalid_json()` routine. [\#355](https://github.com/jacobwilliams/json-fortran/issues/355) |
| 56 | +- Fixed an issue with the `jf_test_06` unit test failing on Windows. [\#357](https://github.com/jacobwilliams/json-fortran/issues/357) |
35 | 57 |
|
36 | 58 | ### [6.8.0](https://github.com/jacobwilliams/json-fortran/tree/6.8.0) (2018-07-19)
|
37 | 59 |
|
|
0 commit comments