From 9b4f31942dab1e20cfdc3a76eb2dc7f2a3813f42 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 20 Dec 2019 10:32:43 +0100 Subject: [PATCH] Changes --- CHANGES.md | 12 ++++++++++++ README.md | 5 +++-- 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..e0320358 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,12 @@ +# Changes + +## Breaking changes + +## v0.0.44 +- #173: BREAKING: rename `*in*` to `` (in the `user` namespace). The name + was a poor choice for two reasons. It shadowed `clojure.core/*in*`. Also, the + value was not a dynamic var, but the earmuffs suggested otherwise. + +## v0.0.43 +- #160: Add support for `java.lang.ProcessBuilder`. See docs. This replaces the + `conch` namespace. diff --git a/README.md b/README.md index 348721a2..f6d33615 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# babashka +# Babashka [![CircleCI](https://circleci.com/gh/borkdude/babashka/tree/master.svg?style=shield)](https://circleci.com/gh/borkdude/babashka/tree/master) [![Clojars Project](https://img.shields.io/clojars/v/borkdude/babashka.svg)](https://clojars.org/borkdude/babashka) @@ -52,7 +52,8 @@ Read more about the differences with Clojure [here](#differences-with-clojure). ## Status -Experimental. Breaking changes are expected to happen at this phase. +Experimental. Breaking changes are expected to happen at this phase. For a list +of breaking changes, see [CHANGES.md](changes.md). ## Examples