We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680363a commit 545be9fCopy full SHA for 545be9f
ChangeLog.md
@@ -1,3 +1,24 @@
1
+## Changes Between 1.2.0 and 1.3.0
2
+
3
+### Unicode Encoding for Files
4
5
+ISO 8859-1 is no longer the implicitly used encoding when loading
6
+properties files.
7
8
+Contributed by aisamu.
9
10
+### Clojure 1.6 By Default
11
12
+The project now depends on `org.clojure/clojure` version `1.8.0`. It is
13
+still compatible with Clojure 1.6 and if your `project.clj` depends on
14
+a different version, it will be used, but 1.8 is the default now.
15
16
+We encourage all users to upgrade to 1.8, it is a drop-in replacement
17
+for the majority of projects out there.
18
19
+Contributed by ZarifJS.
20
21
22
## Changes Between 1.1.0 and 1.2.0
23
24
### Keywords Support
0 commit comments