Skip to content

Commit 73a93db

Browse files
release: 2023-10-27 simplifying aliases (updated)
Added - `:end/aliases {}` and `:end/config {}` as format tool friendly indicators of config section end Changed - Deprecated: `:project/depify` - manually convert and refactor - Deprecated: `:repl/rebel-debug` - use `:repl/rebel` or `:repl/reloaded` - Deprecated: `:repl/rebel-debug-refactor` - use `:repl/rebel` or `:repl/reloaded` - Deprecated: `:lib/neil` - use native binary instead - Deprecated: `:lint/clj-kondo` - use native binary instead - Deprecated: `:lint/eastwood` - use clj-kondo binary instead - Deprecated: `:lint/idiom` - use clj-kondo binary instead - Removed: `:lib/scope-capture` - use cider-debug or `:lib/flowstorm` or Portal data inspector - Removed: `:alpha/closh` - project only proof of concept - `:test/env` - remove `pjstadig/humane-test-output` library as it requires activation - update documentation and formatting - dev: `.clj-kondo` & `.lsp` directories removed via `clean` Makefile task
1 parent 4d41543 commit 73a93db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.org

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
** Added
77
- `:end/aliases {}` and `:end/config {}` as format tool friendly indicators of config section end
88
** Changed
9-
- Deprecated: `:project/depify` - manually convert and refactor
9+
- Deprecated: `:project/depify` - manually convert and refactor
1010
- Deprecated: `:repl/rebel-debug` - use `:repl/rebel` or `:repl/reloaded`
11-
- Deprecated: `:repl/rebel-debug-refactor` - use `:repl/rebel` or `:repl/reloaded`
12-
- Deprecated: `:lib/neil` - use native binary instead
13-
- Deprecated: `:lint/clj-kondo` - use native binary instead
11+
- Deprecated: `:repl/rebel-debug-refactor` - use `:repl/rebel` or `:repl/reloaded`
12+
- Deprecated: `:lib/neil` - use native binary instead
13+
- Deprecated: `:lint/clj-kondo` - use native binary instead
1414
- Deprecated: `:lint/eastwood` - use clj-kondo binary instead
15-
- Deprecated: `:lint/idiom` - use clj-kondo binary instead
15+
- Deprecated: `:lint/idiom` - use clj-kondo binary instead
1616
- Removed: `:lib/scope-capture` - use cider-debug or `:lib/flowstorm` or Portal data inspector
1717
- Removed: `:alpha/closh` - project only proof of concept
1818
- `:test/env` - remove `pjstadig/humane-test-output` library as it requires activation
1919
- update documentation and formatting
20-
- dev: `.clj-kondo` & `.lsp` directories removed via `clean` Makefile task
20+
- dev: `.clj-kondo` & `.lsp` directories removed via `clean` Makefile task
2121

2222
* 2023-10-17
2323
** Added

0 commit comments

Comments
 (0)