From e9797652753d0f67653fb553e217b1e88523b884 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 8 Jun 2022 20:06:21 +0200 Subject: [PATCH] CHANGELOGS --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 042c2d43..fad2836e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,14 @@ A preview of the next release can be installed from ## 0.8.156 (2022-06-08) -- macOS aarch64 support (M1 processor) +- macOS aarch64 support. Upgrading via brew or the installer script should + install the aarch64 version on an M1 system. - Support for running [prismatic/schema](https://github.com/plumatic/schema) - from source. There is an outstanding PR for babashka. Meanwhile you can use + from source. There is an open PR for babashka. Until it is merged you can use [this](https://github.com/borkdude/schema) fork. - SCI: many small improvements, especially in `defrecord` (discovered while trying to make `schema.core` work) +- Switch version schema to major.minor.release_count. - babashka.nrepl: fix completions for static Java interop - `fs/read-all-lines`, support charset - fs: `strip` and `split-ext` are less reliant on file system and are now just