Commit a7c41ad 1 parent 0245609 commit a7c41ad Copy full SHA for a7c41ad
File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 7
7
set -e
8
8
set -o pipefail
9
9
10
- LAST_VERSION=" v.3.4.0 "
10
+ LAST_VERSION=" v.3.4.1 "
11
11
VERSION=" v.X.X.X"
12
12
13
13
PUSH_TO_PRODUCTION=" true"
Original file line number Diff line number Diff line change
1
+ * ** Breaking changes**
2
+ * None
3
+ * ** New features**
4
+ * None
5
+ * ** Bug fixes**
6
+ * Works on MinGW
7
+ * ** Other changes**
8
+ * None
Original file line number Diff line number Diff line change @@ -34,8 +34,11 @@ DOCUMENTATION
34
34
. document use of converter objects - see comment in #6
35
35
. hook Simon Cropp's code mechanism into github pre-commit mechanism
36
36
. document how to test file types that are not character-for-character equivalent
37
+
37
38
RELEASES
38
39
40
+ . try Markdown Navigator to allow checkboxes in build steps
41
+ . get cmake to generate build from command line (to remove requirement that CLion needs to have built starter project)
39
42
. include licence in released header
40
43
41
44
FORMATTING OF CODE
You can’t perform that action at this time.
0 commit comments