Changes
This commit is contained in:
parent
2243c73377
commit
9b4f31942d
2 changed files with 15 additions and 2 deletions
12
CHANGES.md
Normal file
12
CHANGES.md
Normal 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.
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# babashka
|
# Babashka
|
||||||
|
|
||||||
[](https://circleci.com/gh/borkdude/babashka/tree/master)
|
[](https://circleci.com/gh/borkdude/babashka/tree/master)
|
||||||
[](https://clojars.org/borkdude/babashka)
|
[](https://clojars.org/borkdude/babashka)
|
||||||
|
|
@ -52,7 +52,8 @@ Read more about the differences with Clojure [here](#differences-with-clojure).
|
||||||
|
|
||||||
## Status
|
## 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
|
## Examples
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue