-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchangelog
41 lines (27 loc) · 1.1 KB
/
changelog
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
32
33
34
35
36
37
38
39
40
41
Apron changelog
===============
Version 2.1.1 - 2021-05-31
--------------------------
- Fix handling of escaped CR LF line endings (#11)
Thanks to Vladimir Kroupa and Jan Novotný
Version 2.1.0 - 2019-12-20
--------------------------
- Provide JPMS module-info to be used in JPMS modularized applications
The module-info will only be used by Java 9+. All other classes are
still compatible with Java 8.
- Provide java.util.Properties wrapper around PropertyFile
- Make `appendEntry` methods public (#7)
- Replace `setValue` method with `set`. `setValue` still exists, but is
deprecated from now on. (#8)
Version 2.0.1 - 2018-11-21
--------------------------
- Escape newlines to literal newlines (#3)
- When checking for value changes compare unescaped values (#4)
- Escape backslashes when escaping (#5)
Version 2.0.0 - 2018-11-09
--------------------------
- Added functionality to reformat and reorder the entries in a PropertyFile
- Renamed de.poiu.apron.Options to de.poiu.apron.ApronOptions
Version 1.0.0 - 2018-09-26
--------------------------
- Initial release of Apron