You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changes.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
*[CLJCLR-190](https://clojure.atlassian.net/browse/CLJCLR-190) - Allow RT.classForName to look up non-public types (fix a regression)
16
16
*[CLJCLR-189](https://clojure.atlassian.net/browse/CLJCLR-189) - Make clojure.core.Num throw an Exception on non-numeric types. (Better match to JVM behavior.)
17
17
*[CLJCLR-191](https://clojure.atlassian.net/browse/CLJCLR-191) - PersistentVector.TransientVector should implement IFn.invoke(object arg1)
18
+
*[CLJCLR-193](https://clojure.atlassian.net/browse/CLJCLR-193) - Improve dependency resolution for typename lookup by walking up the namespace hierarchy
19
+
*[CLJCLR-192](https://clojure.atlassian.net/browse/CLJCLR-192) - Include .NET 11 (preview) as a target framework
20
+
*[CLJCLR-194](https://clojure.atlassian.net/browse/CLJCLR-194) - Fix gen-class :main true to work on .NET 9+; Fix GetDelegate to produce clean delegates without hidden Closure parameter
21
+
*[CLJCLR-195](https://clojure.atlassian.net/browse/CLJCLR-195) - Add support for runtime async/await interop (.NET 11 preview)
0 commit comments