From e876ad0e3d57410d39412cbc67d1ecb111b77e53 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 27 Jun 2020 13:52:48 +0200 Subject: [PATCH] doc [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf81bfa..07344317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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