Skip to content

Fix formatting in 1-12-alpha6.adoc #687

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix formatting in 1-12-alpha6.adoc
  • Loading branch information
aterweele authored Feb 9, 2024
commit 9b42adc7bb2aa8bc3b2e7ed6f7779c4466b1f6fb
2 changes: 1 addition & 1 deletion content/news/2024/02/08/1-12-alpha6.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ See: https://clojure.atlassian.net/browse/CLJ-2791[CLJ-2791]
* https://clojure.atlassian.net/browse/CLJ-2777[CLJ-2777] - `clojure.java.process/start` - add `:clear-env` option to clear env vars from parent environment
* https://clojure.atlassian.net/browse/CLJ-2828[CLJ-2828] - `clojure.java.process/capture` - removed, use `slurp` instead
* https://clojure.atlassian.net/browse/CLJ-1162[CLJ-1162] - `deref` - improve error message when called on non IDRef
* https://clojure.atlassian.net/browse/CLJ-2225[CLJ-2225] - `assert` and `*assert*` - improve docstrings to add context
* https://clojure.atlassian.net/browse/CLJ-2225[CLJ-2225] - `assert` and `pass:[*assert*]` - improve docstrings to add context
* https://clojure.atlassian.net/browse/CLJ-2290[CLJ-2290] - `into` - add 0- and 1-arity to docstring
* https://clojure.atlassian.net/browse/CLJ-2552[CLJ-2552] - `reify` - improve docstring and fix example
* https://clojure.atlassian.net/browse/CLJ-2640[CLJ-2640] - `ex-info` - now handles nil data map
Expand Down