doc [skip ci]

This commit is contained in:
Michiel Borkent 2020-06-27 13:52:48 +02:00
parent 3b59438e63
commit e876ad0e3d

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 (see [docs](https://github.com/borkdude/babashka#__name__--__main__-pattern)).
- Add `babashka.file` system property to support `__name__ = "__main__"` pattern (see [docs](https://github.com/borkdude/babashka#__name__--__main__-pattern)) [#478](https://github.com/borkdude/babashka/issues/478).
### Fixed