Skip to content

Commit 545be9f

Browse files
Update change log
1 parent 680363a commit 545be9f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ChangeLog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
122
## Changes Between 1.1.0 and 1.2.0
223

324
### Keywords Support

0 commit comments

Comments
 (0)