Skip to content

Commit 8cf9577

Browse files
committed
Add force
1 parent 8232767 commit 8cf9577

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ For a list of breaking changes, check [here](#breaking-changes)
77
### New
88

99
- Detect cyclic load dependencies [#531](https://github.com/babashka/babashka/issues/531)
10+
- Add `force`
1011
- Add `dissoc!` (@wilkerlucio)
1112

1213
### Enhancements / fixes

src/sci/impl/namespaces.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@
921921
'frequencies (copy-core-var frequencies)
922922
'float (copy-core-var float)
923923
'fn? (copy-core-var fn?)
924+
'force (copy-core-var force)
924925
'get (copy-core-var get)
925926
'get-thread-binding-frame-impl vars/get-thread-binding-frame
926927
#?@(:clj ['get-thread-bindings (copy-var vars/get-thread-bindings clojure-core-ns)])

0 commit comments

Comments
 (0)