Skip to content

Commit 74c7bb0

Browse files
committed
update changelog
1 parent 436dad6 commit 74c7bb0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 0.4.0 (August 29, 2019)
2+
3+
* ModGraph: parse Fortran files and assemble them into a dependency graph in order to construct automated 'build' plans for analysis and summarisation (e.g. with --make-mods option).
4+
* Change name of compilation to summarisation. Remains as '-c' option.
5+
* Allow multiple files and directories to be specified on command line.
6+
* Search includedir recursively for fsmod files.
7+
* Change format of fsmod-files so that they can contain [ModFile] since multiple Fortran files can be summarised into a single mod file.
8+
* Introduce strictness and NFData dependencies across the board.
9+
* Use Pipes to process large amounts of files in order to control memory usage and more efficiently process things.
10+
* Parsing rules for StructStructures (thanks Raoul Charman)
11+
112
### 0.3.0 (June 13, 2019)
213

314
* Add partial Fortran2003 support.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Copyright (c) 2015-2019: Mistral Contrastin, Matthew Danish, Dominic Orchard and Andrew Rice
22

3-
Additional thanks for contributions from: Anthony Burzillo, Azeem Bande-Ali, Ben Moon, Bradley Hardy, Eric Seidel, Harry Clarke, Jason Xu, Lukasz Kolodziejczyk, TravelTissues and Vaibhav Yenamandra
3+
Additional thanks for contributions from: Anthony Burzillo, Azeem Bande-Ali, Ben Moon, Bradley Hardy, Eric Seidel, Harry Clarke, Jason Xu, Lukasz Kolodziejczyk, Raoul Charman, TravelTissues and Vaibhav Yenamandra
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)