Skip to content

Commit 44ffa76

Browse files
committed
Update changelog.
1 parent 87557d7 commit 44ffa76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
* [CLJCLR-190](https://clojure.atlassian.net/browse/CLJCLR-190) - Allow RT.classForName to look up non-public types (fix a regression)
1616
* [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.)
1717
* [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)
1822

1923
## Type specification and Loading
2024

0 commit comments

Comments
 (0)