@@ -70,40 +70,10 @@ protocol `URLClasspath` to support it. Refer to the source for
70
70
details.
71
71
72
72
73
- ## Change Log
74
-
75
- * Development version 0.2.3-SNAPSHOT, current Git ` master ` branch
76
- * Release [ 0.2.2] on 2014-Jan-10
77
- * Enhancement [ CLASSPATH-5] : extensible protocol to other classloaders
78
- * Release [ 0.2.1] on 2013-Jan-18
79
- * Fix [ CLASSPATH-4] : Use io/as-file instead of treating URL as file path
80
- * Fix [ CLASSPATH-3] : Eliminate reflection
81
- * Release [ 0.2.0] on 2011-Sep-15
82
- * Fix [ CLASSPATH-1] & [ CLASSPATH-2] : return classpath from all parent classloaders
83
- * Release [ 0.1.2] on 2011-Sep-06
84
- * Use both java.class.path and Clojure's ClassLoader
85
- * Release [ 0.1.1] on 2011-Apr-28
86
- * Eliminate relection
87
- * Release [ 0.1.0] on 2011-Apr-22
88
- * Migrated from ` clojure.contrib.classpath ` and ` clojure.contrib.jar `
89
- in legacy [ clojure-contrib] ( https://github.com/clojure/clojure-contrib )
90
-
91
- [ CLASSPATH-5 ] : http://dev.clojure.org/jira/browse/CLASSPATH-5
92
- [ CLASSPATH-4 ] : http://dev.clojure.org/jira/browse/CLASSPATH-4
93
- [ CLASSPATH-3 ] : http://dev.clojure.org/jira/browse/CLASSPATH-3
94
- [ CLASSPATH-2 ] : http://dev.clojure.org/jira/browse/CLASSPATH-2
95
- [ CLASSPATH-1 ] : http://dev.clojure.org/jira/browse/CLASSPATH-1
96
-
97
- [ 0.2.2 ] : https://github.com/clojure/java.classpath/tree/java.classpath-0.2.2
98
- [ 0.2.1 ] : https://github.com/clojure/java.classpath/tree/java.classpath-0.2.1
99
- [ 0.2.0 ] : https://github.com/clojure/java.classpath/tree/java.classpath-0.2.0
100
- [ 0.1.2 ] : https://github.com/clojure/java.classpath/tree/java.classpath-0.1.2
101
- [ 0.1.1 ] : https://github.com/clojure/java.classpath/tree/java.classpath-0.1.1
102
- [ 0.1.0 ] : https://github.com/clojure/java.classpath/tree/java.classpath-0.1.0
103
-
104
-
105
73
## Developer Information
106
74
75
+ * [ Change log] ( CHANGES.md )
76
+
107
77
* [ GitHub project] ( https://github.com/clojure/java.classpath )
108
78
109
79
* [ How to contribute] ( http://dev.clojure.org/display/community/Contributing )
0 commit comments