Skip to content

Commit 7491ffb

Browse files
author
markheger
committed
CHANGELOG.md added
1 parent cb0115a commit 7491ffb

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ streamsx.json
33

44
Toolkit for working with JSON in SPL applications.
55

6+
## Changes
7+
[CHANGELOG.md](com.ibm.streamsx.json/CHANGELOG.md)
8+
69
This toolkit implements the NLS feature. Use the guidelines for the message bundle that are described in [The messages and the NLS for toolkits](https://github.com/IBMStreams/administration/wiki/Messages-and-National-Language-Support-for-toolkits)
710

811
For compilation instructions, operator details and samples see here: https://github.com/IBMStreams/streamsx.json/wiki

com.ibm.streamsx.json/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changes
2+
==========
3+
4+
## v1.5.3
5+
* Samples updated for CP4D
6+
* i18n messages updated
7+
8+
## v1.5.2
9+
* Samples updated
10+
11+
## v1.5.1
12+
* Remove 'using' directives and add full qualified names, as it caused compile errors when used together with other toolkits.
13+
14+
## v1.5.0
15+
* Adding support for new SPL type: optional<>
16+

0 commit comments

Comments
 (0)