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