forked from technomancy/swank-clojure
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNEWS
More file actions
31 lines (16 loc) · 636 Bytes
/
NEWS
File metadata and controls
31 lines (16 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Swank Clojure NEWS -- history of user-visible changes
= 1.2.0 / 2010-05-15
* Move lein-swank plugin to be bundled with swank-clojure.
* Support M-x slime-who-calls. List all the callers of a given function.
* Add swank.core/break.
* Support slime-pprint-eval-last-expression.
* Improve support for trunk slime.
* Completion for static Java members.
* Show causes of exceptions in debugger.
* Preserve line numbers when compiling a region/defn.
* Relicense to the EPL (same as Clojure).
* Better compatibility with Clojure 1.2.
= 1.1.0 / 2010-01-01
* A whole mess of stuff!
= 1.0.0 / 2009-11-10
* First versioned release.