Skip to content

Commit 0b42eab

Browse files
puredangerstuarthalloway
authored andcommitted
Changelog updates for 1.10.0-RC2
Signed-off-by: Stuart Halloway <stu@cognitect.com>
1 parent 5de045c commit 0b42eab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

changes.md

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ clojure.main also contains two new functions: `ex-triage` and `ex-str` that can
6363
CompilerException.toString() can throw if making message during initialization
6464
* [CLJ-2430](http://dev.clojure.org/jira/browse/CLJ-2430)
6565
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
6668

6769
### 2.2 Protocol extension by metadata
6870

@@ -111,6 +113,10 @@ This function has been added to construct a PrintWriter implementation whose beh
111113

112114
* `PrintWriter-on` - create a PrintWriter from flush-fn and close-fn
113115

116+
The following function has been added, extending `resolve`:
117+
118+
* `requiring-resolve` - resolve or, if needed, require symbol's namespace, then resolve
119+
114120
## 3 Enhancements
115121

116122
### 3.1 Error messages

0 commit comments

Comments
 (0)