From ac04eb17ee11e1abe5d3dd678c62ab370eea002b Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 11 Jun 2020 00:13:47 +0200 Subject: [PATCH] CHANGELOG.md [skip ci] --- CHANGELOG.md | 11 ++++++++--- script/changelog.clj | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d9090a..f8e2cedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,17 @@ This release brings compatibility with the [aero](https://github.com/juxt/aero/) libraries due to the introduction of `defprotocol`, `defrecord` and other enhancements. -- Fix interop with result of `.enviroment` method on `ProcessBuilder` [#460](https://github.com/borkdude/babashka/issues/460)null -- Disable signal handlers via environment variable for AWS Lambda [#462](https://github.com/borkdude/babashka/issues/462) ([@Chowlz](https://github.com/Chowlz)) -- babashka.curl: fix double quote escaping issue on Windows +### New + - Add `java.io.Console` - Add initial support for `defprotocol` and `defrecord` - Add `default-data-readers` + +### Enhancements / fixes + +- 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` - `io/resource` should return `nil` for non-relative paths instead of throwing diff --git a/script/changelog.clj b/script/changelog.clj index 2fb46dc4..0f4392cc 100755 --- a/script/changelog.clj +++ b/script/changelog.clj @@ -8,7 +8,7 @@ #" #(\d+)" (fn [[_ issue after]] (format " [#%s](https://github.com/borkdude/babashka/issues/%s)%s" - issue issue after))) + issue issue (str after)))) replaced (str/replace replaced #"@(\w+)([, .\)])" (fn [[_ name after]]