mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Creating changelog for release.
Creating changelog for release. refs #56
This commit is contained in:
parent
899b0d3efe
commit
514a06a0f7
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,6 +1,13 @@
|
||||
![trick_logo](https://raw.github.com/nasa/Trick/master/trick-0.png)
|
||||
|
||||
### Trick HEAD Change Log
|
||||
|
||||
### Trick 15.0.beta Change Log
|
||||
* [view commit](http://github.com/nasa/Trick/commit/13b2ba644674f57db83644ba76a75879dd5d723d) Add .gitattributes file to exclude files from release.
|
||||
* [view commit](http://github.com/nasa/Trick/commit/2972685f712efbf82d53af2e4c2001bacbcef6c7) Development flag needs to be set in configure script
|
||||
* [view commit](http://github.com/nasa/Trick/commit/108ec3ebf925dff46c9833e85f3daa988c504b1d) Add more files to exclude from release
|
||||
* [view commit](http://github.com/nasa/Trick/commit/d8013068cc56ff0a43a49d876bbdad45e5b2570b) Fix #52 : Created a python script to generate the changelog
|
||||
* [view commit](http://github.com/nasa/Trick/commit/f85c8e67876b51f7f32a3714fc520f0d542a1a56) Added psi to the list of units for pressure in Trick View. fixes #54
|
||||
* [view commit](http://github.com/nasa/Trick/commit/08138fef872c94409a197f3e52afa4a3b1f9aa8c) Moved psi up in the list of units for pressure in Trick View. refs #54
|
||||
* [view commit](http://github.com/nasa/Trick/commit/eb464199513d31fa8a717b4e530b8235055984e7) Fix #55 : Use stringsstreams to build paths rather than a fixed size char array.
|
||||
* [view commit](http://github.com/nasa/Trick/commit/24fe5adaecc7146582133c2905e01567cf14d599) JITEvents are not checkpointable
|
||||
* [view commit](http://github.com/nasa/Trick/commit/83e68ef26e45e1dc4da17754647a8a1f33429eb7) JITEvents are not checkpointable
|
||||
* [view commit](http://github.com/nasa/Trick/commit/bc9746db6ce52d94262b622f37b104723afadb04) Fix #55: Fix problem in stringstream declaration
|
||||
* [view commit](http://github.com/nasa/Trick/commit/899b0d3efe75ac1efe7a1b4691ede66084f92b54) Merge branch 'master' of https://github.com/nasa/Trick
|
||||
|
@ -2,8 +2,8 @@
|
||||
import subprocess
|
||||
|
||||
# These releases tags should be kept in chronological order, latest first.
|
||||
releases = ['15.0.beta',
|
||||
'HEAD']
|
||||
releases = ['15.0.0.changelog',
|
||||
'15.0.beta']
|
||||
|
||||
# Create a markdown version of the changelog.
|
||||
def make_md_changelog():
|
||||
|
Loading…
Reference in New Issue
Block a user