File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ clojure.main also contains two new functions: `ex-triage` and `ex-str` that can
63
63
CompilerException.toString() can throw if making message during initialization
64
64
* [ CLJ-2430] ( http://dev.clojure.org/jira/browse/CLJ-2430 )
65
65
Elevate phase in throwable data and conveyance for prepl
66
+ * [ CLJ-2435] ( http://dev.clojure.org/jira/browse/CLJ-2435 )
67
+ Include root cause class name in compilation and macroexpansion error phases
66
68
67
69
### 2.2 Protocol extension by metadata
68
70
@@ -111,6 +113,10 @@ This function has been added to construct a PrintWriter implementation whose beh
111
113
112
114
* ` PrintWriter-on ` - create a PrintWriter from flush-fn and close-fn
113
115
116
+ The following function has been added, extending ` resolve ` :
117
+
118
+ * ` requiring-resolve ` - resolve or, if needed, require symbol's namespace, then resolve
119
+
114
120
## 3 Enhancements
115
121
116
122
### 3.1 Error messages
You can’t perform that action at this time.
0 commit comments