Skip to content

Commit a1f4be4

Browse files
committed
add 1.15.2 changelog
1 parent 135e45a commit a1f4be4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## UPCOMING
22

3+
### 1.15.2
4+
5+
- Feature: config file (`iredisrc`)'s path now can be set by environment
6+
variable using `IREDIS_CONFIG`.
7+
38
### 1.15.1
49

510
- Bugfix: fix `xgroup help` command output.
@@ -9,10 +14,9 @@
914
- Dependency: remove pendulum, add `python-dateutil` (thanks to [deronnax])
1015
- Dependency: Supports Python 3.12 Now! (thanks to [deronnax])
1116

12-
1317
### 1.14.1
1418

15-
- Bugfix: fix argument parsing, `"foo\nbar"` will be parsed to `foo` and `\`
19+
- Bugfix: fix argument parsing, `"foo\nbar"` will be parsed to `foo` and `\`
1620
and `n` and `bar`, the `\` and `n` should be one character `\n` instead.
1721

1822
## 1.14

0 commit comments

Comments
 (0)