This commit is contained in:
Michiel Borkent 2019-12-20 10:32:43 +01:00
parent 2243c73377
commit 9b4f31942d
2 changed files with 15 additions and 2 deletions

12
CHANGES.md Normal file
View file

@ -0,0 +1,12 @@
# Changes
## Breaking changes
## v0.0.44
- #173: BREAKING: rename `*in*` to `<input>` (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.

View file

@ -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