Skip to content

Commit 9e39a4f

Browse files
committed
update change log
1 parent 416f7ff commit 9e39a4f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
[中文文档](./CHANGELOG_CN.md)
44

5+
## 1.5.0
6+
7+
`NEW` `---@format disable-next` now supports working at any position
8+
9+
`NEW` Naming style check supports special checks for local const
10+
11+
`NEW` Allow setting separate whitespace for exponent symbol `space_around_math_operator.exponent = false`
12+
13+
`NEW` Allow non-indented comments through the option `allow_non_indented_comments=true`
14+
15+
516
## 1.4.3
617

718
`NEW` Support for a new family of options that can subdivide continuation_indent.

CHANGELOG_CN.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
[English Change Log](./CHANGELOG_EN.md)
4+
5+
## 1.5.0
6+
7+
`NEW` `---@format disable-next` 现在支持在任意位置起作用
8+
9+
`NEW` 命名风格检查支持支持对local const的特别检查
10+
11+
`NEW` 允许为次方符号设置单独的空白`space_around_math_operator.exponent = false`
12+
13+
`NEW` 通过选项`allow_non_indented_comments=true`允许非缩进的注释
14+
315
## 1.4.3
416

517
`NEW` 支持新的选项系列可以细分continuation_indent:

0 commit comments

Comments
 (0)