Skip to content

Commit d111788

Browse files
committed
updated changelog
1 parent b4c8aec commit d111788

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NEWS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Major new features
66

77
* Dramatically reduced overhead by using dependency lookup cache more efficiently. After the initially scriptlet-jar-building, `kscript` runs with almost zero overhead now (fixes [#4](https://github.com/holgerbrandl/kscript/issues/4))
88
* Dependencies can now declared in multiple lines for better readability (fixes [#2](https://github.com/holgerbrandl/kscript/issues/2))
9-
* Automatic inclusion of support library for one-liners
10-
* Direct script arguments `kscript 'println("hello kotlin")'`
9+
* Automatic inclusion of support library for one-liners (fixes [#19](https://github.com/holgerbrandl/kscript/issues/19))
10+
* Direct script arguments `kscript 'println("hello kotlin")'` (fixes [#18](https://github.com/holgerbrandl/kscript/issues/18))
1111
* More robust dependency resolution with more informative error messages
1212

1313
Other changes
14-
* Allow dependencies to be declared in multiple lines prefixed by `//DEPS`
15-
* To ensure long-term stability of `kscript` we've added a suite of unit test. The repository tested continuously by Travis CI
14+
* Allow dependencies to be declared in multiple lines prefixed by `//DEPS` (fixes [#2](https://github.com/holgerbrandl/kscript/issues/2))
15+
* To ensure long-term stability of `kscript` we've added a suite of [unit tests](test/TestsReadme.md). The repository tested continuously by [Travis CI](https://travis-ci.org/holgerbrandl/kscript)
1616
* Cache directory is now `~/.kscript`
1717
* More heuristics to guess `KOTLIN_HOME`
1818
* Cache cleanup `--clear-cache` now applies to jars, scripts, urls, and cached dependency lookups

0 commit comments

Comments
 (0)