Skip to content

Commit 38b30ab

Browse files
puredangerstuarthalloway
authored andcommitted
Changelog updates for 1.8.0-RC3
Signed-off-by: Stuart Halloway <[email protected]>
1 parent e1017dd commit 38b30ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

changes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ With this change, clojure.core itself is compiled with direct linking
1717
and therefore other namespaces cannot redefine core fns and have those
1818
redefinitions seen by core code.
1919

20-
Functions declared as dynamic will never be direct linked.
20+
A new metadata key ^:redef is provided. A function declared with this key can be redefined and will never be direct linked. Also, functions declared as ^:dynamic will never be direct linked.
2121

2222
* [CLJ-1809](http://dev.clojure.org/jira/browse/CLJ-1809)
2323
* [CLJ-1805](http://dev.clojure.org/jira/browse/CLJ-1805)
24+
* [CLJ-1854](http://dev.clojure.org/jira/browse/CLJ-1854)
25+
* [CLJ-1856](http://dev.clojure.org/jira/browse/CLJ-1856)
2426

2527
### 1.2 String Functions
2628

@@ -78,6 +80,7 @@ hello
7880

7981
See:
8082
* [CLJ-1671](http://dev.clojure.org/jira/browse/CLJ-1671)
83+
* [CLJ-1853](http://dev.clojure.org/jira/browse/CLJ-1853)
8184
* [Socket REPL design page](http://dev.clojure.org/display/design/Socket+Server+REPL)
8285

8386
## 2 Enhancements

0 commit comments

Comments
 (0)