Skip to content

Commit 162a169

Browse files
committed
updated changelog
1 parent 2954f96 commit 162a169

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11

22

3+
## v1.4
4+
5+
Major new features
6+
* Redesigned [support library](https://github.com/holgerbrandl/kscript-support-api) for streamlined tabular data processing. See [here](http://holgerbrandl.github.io/kotlin/2017/05/08/kscript_as_awk_substitute.html) for an overview.
7+
8+
39
## v1.3
410

511
Major new features

misc/kscript_dev_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git checkout releases
1717
cp ~/projects/kotlin/kscript/expandcp.kts ~/projects/kotlin/kscript/kscript .
1818
git add -A
1919
git status
20-
git commit -m "adjusted v1.3 self-update paths"
20+
git commit -m "v1.4 release"
2121

2222
git push origin releases
2323
```

0 commit comments

Comments
 (0)