From 7301df2d6c1ae4082682e5aa2219fe6d09f7c9d4 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 11 Jun 2020 00:16:25 +0200 Subject: [PATCH] CHANGELOG.md [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8e2cedf..a17c4bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ This release brings compatibility with the - Fix interop with result of `.enviroment` method on `ProcessBuilder` [#460](https://github.com/borkdude/babashka/issues/460) - Disable signal handlers via environment variable for AWS Lambda [#462](https://github.com/borkdude/babashka/issues/462) ([@Chowlz](https://github.com/Chowlz)). See [README.md](https://github.com/borkdude/babashka#package-babashka-script-as-a-aws-lambda). - babashka.curl: fix double quote escaping issue on Windows -- Fix resolving var in syntazx-quote from other namespace brought in via `:refer` +- Fix resolving var in syntax-quote from other namespace brought in via `:refer` - `io/resource` should return `nil` for non-relative paths instead of throwing ## v0.1.0 (2020-06-01)