Skip to content

Commit 563da86

Browse files
Merge pull request #252 from ax3l/doc-changeLog150
ChangeLog for Release 1.5.0
2 parents b780652 + 562f9b4 commit 563da86

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

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

4+
Release 1.5.0
5+
-------------
6+
**Date:** 2016-10-26
7+
8+
Written attributes do now generate their according group path
9+
recursively if it does not exist and the `SerialDataCollector`
10+
interface for file names has been changed to be more consistent.
11+
12+
**Interface Changes**
13+
14+
- `SerialDataCollector` file name interface changed #242
15+
- `writeAttribute()` now creates missing groups recursively #231 #250
16+
17+
**Bug Fixes**
18+
19+
- throw more exceptions on wrong usage of `ParallelDataCollector` #247
20+
21+
**Misc**
22+
23+
- compiling via `-Werror` is not shipped any more #251
24+
- python tools: indentiation cleanup #249
25+
- `generateCollectionType` refactored, docs fixed #243 #246
26+
27+
428
Release 1.4.0
529
-------------
630
**Date:** 2016-04-12

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 4
28+
#define SPLASH_VERSION_MINOR 5
2929
#define SPLASH_VERSION_PATCH 0
3030

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

0 commit comments

Comments
 (0)