-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
50 lines (33 loc) · 1.35 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
42
43
44
45
46
47
48
49
50
2023-07-31 Michael Lee <micl2e2@proton.me>
* RELEASE: 1.3.0, 6eaa3cae20e6a84349a6c291dc6252b5b97f0ab3
BACKWARD_COMPATIBLE_CHANGES:
- Introduce `wrap_nobrk` macro.
- Change rust-version from default to 1.47.
- Change rust edition from 2021 to 2018.
- Add doctest examples, disable doctest.
BACKWARD_COMPATIBLE_FIXES:
- Handle append/prepend in `wrap_maybrk` macro.
- Fix incorrect width limit for Japanese example, by @kyoheiu.
- Add dependencies' licenses.
2023-07-24 Michael Lee <micl2e2@proton.me>
* RELEASE: 1.2.3, 4ab0261b42986bf62d9daccd4ced0a27a1278b45
BACKWARD_COMPATIBLE_FIXES:
- Add source-level documentation for all structs and functions.
2023-07-19 Michael Lee <micl2e2@proton.me>
* RELEASE: 1.2.0, e29ad092e988129c650f84098a1fc718fd2bfd7b
BACKWARD_COMPATIBLE_CHANGES:
- Introduce a convenient macro `wrap_maybrk!` for space-insensitive
languages.
* RELEASE: 1.1.1, f4762063c3288d36b1e2a61546d2dbd3ab447c61
BACKWARD_COMPATIBLE_FIXES:
- Fix "EasyWrapper not in scope" issue.
* RELEASE: 1.1.0, e759ef0c2ec072c34170c4e41d998cde00029268
BACKWARD_COMPATIBLE_CHANGES:
- Introduce a convenient macro `wrap!` for space-sensitive languages.
2023-07-17 Michael Lee <micl2e2@proton.me>
* RELEASE: 1.0.0
Initial release.
From semver.org:
BACKWARD_COMPATIBLE_CHANGES
BACKWARD_COMPATIBLE_FIXES
BACKWARD_INCOMPATIBLE_CHANGES