Skip to content

Commit d482b5b

Browse files
committed
Update to Java commit 69e4fda (2018.11.26): changelog update
1 parent c341035 commit d482b5b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ clojure.main also contains two new functions: `ex-triage` and `ex-str` that can
6565
Elevate phase in throwable data and conveyance for prepl
6666
* [CLJ-2435](http://dev.clojure.org/jira/browse/CLJ-2435)
6767
Include root cause class name in compilation and macroexpansion error phases
68+
* [CLJ-2438](http://dev.clojure.org/jira/browse/CLJ-2438)
69+
Demunge source symbol in execution error messages
70+
6871

6972
### 2.2 Protocol extension by metadata
7073

@@ -116,6 +119,7 @@ This function has been added to construct a PrintWriter implementation whose beh
116119
The following function has been added, extending `resolve`:
117120

118121
* `requiring-resolve` - resolve or, if needed, require symbol's namespace, then resolve
122+
* `async-require` - like `require` but for use in asynchronous load uses
119123

120124
## 3 Enhancements
121125

0 commit comments

Comments
 (0)