Skip to content

Commit 514a06a

Browse files
committed
Creating changelog for release.
Creating changelog for release. refs #56
1 parent 899b0d3 commit 514a06a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
![trick_logo](https://raw.github.com/nasa/Trick/master/trick-0.png)
2-
3-
### Trick HEAD Change Log
4-
2+
### Trick 15.0.beta Change Log
53
* [view commit](http://github.com/nasa/Trick/commit/13b2ba644674f57db83644ba76a75879dd5d723d) Add .gitattributes file to exclude files from release.
64
* [view commit](http://github.com/nasa/Trick/commit/2972685f712efbf82d53af2e4c2001bacbcef6c7) Development flag needs to be set in configure script
5+
* [view commit](http://github.com/nasa/Trick/commit/108ec3ebf925dff46c9833e85f3daa988c504b1d) Add more files to exclude from release
6+
* [view commit](http://github.com/nasa/Trick/commit/d8013068cc56ff0a43a49d876bbdad45e5b2570b) Fix #52 : Created a python script to generate the changelog
7+
* [view commit](http://github.com/nasa/Trick/commit/f85c8e67876b51f7f32a3714fc520f0d542a1a56) Added psi to the list of units for pressure in Trick View. fixes #54
8+
* [view commit](http://github.com/nasa/Trick/commit/08138fef872c94409a197f3e52afa4a3b1f9aa8c) Moved psi up in the list of units for pressure in Trick View. refs #54
9+
* [view commit](http://github.com/nasa/Trick/commit/eb464199513d31fa8a717b4e530b8235055984e7) Fix #55 : Use stringsstreams to build paths rather than a fixed size char array.
10+
* [view commit](http://github.com/nasa/Trick/commit/24fe5adaecc7146582133c2905e01567cf14d599) JITEvents are not checkpointable
11+
* [view commit](http://github.com/nasa/Trick/commit/83e68ef26e45e1dc4da17754647a8a1f33429eb7) JITEvents are not checkpointable
12+
* [view commit](http://github.com/nasa/Trick/commit/bc9746db6ce52d94262b622f37b104723afadb04) Fix #55: Fix problem in stringstream declaration
13+
* [view commit](http://github.com/nasa/Trick/commit/899b0d3efe75ac1efe7a1b4691ede66084f92b54) Merge branch 'master' of https://github.com/nasa/Trick

bin/make_changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import subprocess
33

44
# These releases tags should be kept in chronological order, latest first.
5-
releases = ['15.0.beta',
6-
'HEAD']
5+
releases = ['15.0.0.changelog',
6+
'15.0.beta']
77

88
# Create a markdown version of the changelog.
99
def make_md_changelog():

0 commit comments

Comments
 (0)