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: CHANGELOG.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
@@ -2,6 +2,10 @@ Changelog
2
2
========================================
3
3
Since tools.analyzer.jvm version are usually cut simultaneously with a tools.analyzer version, check also the tools.analyzer [CHANGELOG](https://github.com/clojure/tools.analyzer/blob/master/CHANGELOG.md) for changes on the corresponding version, since changes in that library will reflect on this one.
4
4
- - -
5
+
* Release 1.4.0 on TODO
6
+
* Added support for Clojure 1.12 qualified methods (Class/.method, Class/method, Class/new)
7
+
* Added :method-value AST node for method values in value position
8
+
* Added :param-tags support for overload disambiguation in method values and host calls
0 commit comments