Skip to content

Commit 8594e15

Browse files
committed
Add changelog for release 1.4.1
1 parent c7c0045 commit 8594e15

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

conf/RTFVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# bumping VERSION_PATCH
1010
set(RTF_VERSION_MAJOR "1")
1111
set(RTF_VERSION_MINOR "4")
12-
set(RTF_VERSION_PATCH "0")
12+
set(RTF_VERSION_PATCH "1")
1313
set(RTF_VERSION_TWEAK "")
1414
set(RTF_VERSION_STRING "")
1515

doc/release/v1_4_1.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Robot Testing Framework 1.4.1 (2018-09-09) Release Notes {#v1_4_1}
2+
========================================================
3+
4+
Bug Fixes
5+
---------
6+
7+
* Restore (but deprecated) backward compatibility with `rtf/TestSuit.h` header
8+
and with the `RTF::TestSuit` class ( https://github.com/robotology/robot-testing/pull/97 ).

0 commit comments

Comments
 (0)