From 54b43c395f3d489129ead265365d9eaca4ec250f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 11 Jun 2020 00:19:08 +0200 Subject: [PATCH] CHANGELOG.md [skip ci] --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a17c4bb8..3c7c4fed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,12 @@ This release brings compatibility with the ### Enhancements / fixes -- Fix interop with result of `.enviroment` method on `ProcessBuilder` [#460](https://github.com/borkdude/babashka/issues/460) +- Fix interop with result of `.environment` 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 syntax-quote from other namespace brought in via `:refer` - `io/resource` should return `nil` for non-relative paths instead of throwing +- Fix field access interop when wrapped in parens: `(Integer/SIZE)` ## v0.1.0 (2020-06-01)