Skip to content

Commit fc5b54c

Browse files
committed
Add changes missed in previous commits to CHANGLOG
1 parent 4982d78 commit fc5b54c

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717
[Full Changelog](https://github.com/jacobwilliams/json-fortran/compare/4.1.1...HEAD)
1818

1919
**Enhancements**
20+
- Add a
21+
[CHANGELOG](https://github.com/jacobwilliams/json-fortran/blob/master/CHANGELOG.md)
22+
[\#120](https://github.com/jacobwilliams/json-fortran/issues/120)
23+
via
24+
[PR \#123](https://github.com/jacobwilliams/json-fortran/pull/123)
25+
from [zbeekman](https://github.com/zbeekman)
26+
- Spell 'Fortran' correctly
27+
[\#118](https://github.com/jacobwilliams/json-fortran/issues/118)
28+
via
29+
[PR \#124](https://github.com/jacobwilliams/json-fortran/pull/124)
30+
from [zbeekman](https://github.com/zbeekman)
2031
- Migrate to
2132
[Codecov.io](https://codecov.io/github/jacobwilliams/json-fortran?branch=master)
2233
[\#106](https://github.com/jacobwilliams/json-fortran/issues/106)
@@ -31,6 +42,12 @@
3142

3243
**Fixed issues:**
3344

45+
- Fixed innacurate coverage reports via
46+
[PR \#109](https://github.com/jacobwilliams/json-fortran/pull/109)
47+
from [zbeekman](https://github.com/zbeekman)
48+
- Fixed a small consistency issue when outputing floating point
49+
numbers via
50+
[PR \#125](https://github.com/jacobwilliams/json-fortran/pull/125)
3451
- Problems writing JSON to `error_unit` (0) due to JSON-Fortran's
3552
special interpretation of `unit=0`
3653
[\#85](https://github.com/jacobwilliams/json-fortran/issues/85)
@@ -46,10 +63,6 @@
4663
- Documentation fixes & coverage improvements
4764
[\#112](https://github.com/jacobwilliams/json-fortran/pull/112)
4865
([zbeekman](https://github.com/zbeekman))
49-
- Small FoBiS coverage fix
50-
[\#109](https://github.com/jacobwilliams/json-fortran/pull/109)
51-
([zbeekman](https://github.com/zbeekman))
52-
5366

5467

5568
## [4.1.1](https://github.com/jacobwilliams/json-fortran/tree/4.1.1) (2015-05-27)

0 commit comments

Comments
 (0)