Skip to content

Commit ba16465

Browse files
Merge pull request #257 from ax3l/doc-release160
Release 1.6.0: Changelog
2 parents ded7de3 + ec1e82c commit ba16465

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
Change Log for libSplash
22
================================================================
33

4+
Release 1.6.0
5+
-------------
6+
**Date:** 2016-10-28
7+
8+
`SerialDataCollector` file name interface change: this feature
9+
was accidentally not included in the `1.5.0` release.
10+
11+
**Interface Changes**
12+
13+
- `SerialDataCollector` file name interface changed #242
14+
15+
**Bug Fixes**
16+
17+
- compile with GCC 6.2 was broken: ambiguous `abs` #255
18+
19+
**Misc**
20+
21+
- tests: remove warning on deprecated CMake usage in 3.1+ #242
22+
23+
424
Release 1.5.0
525
-------------
626
**Date:** 2016-10-26

src/include/splash/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
/** the splash version reflects the changes in API */
2727
#define SPLASH_VERSION_MAJOR 1
28-
#define SPLASH_VERSION_MINOR 5
28+
#define SPLASH_VERSION_MINOR 6
2929
#define SPLASH_VERSION_PATCH 0
3030

3131
/** we can always handle files from the same major release

0 commit comments

Comments
 (0)