doc [skip ci]

This commit is contained in:
Michiel Borkent 2020-06-27 13:42:55 +02:00
parent 003f4b0201
commit 51e08b07fc

View file

@ -14,7 +14,7 @@ Thanks [@llacom](https://github.com/llacom), [@AndreTheHunter](https://github.co
- Add classes for cli-matic library ([@AndreTheHunter](https://github.com/AndreTheHunter))
- Add `babashka.version` system property [#479](https://github.com/borkdude/babashka/issues/479)
- Add `java.net.ConnectException` class
- Add `babashka.file` system property to support `__name__ = "__main__"` pattern
- Add `babashka.file` system property to support `__name__ = "__main__"` pattern (see [docs](https://github.com/borkdude/babashka#__name__--__main__-pattern)).
### Fixed