Skip to content

Commit cfec85d

Browse files
committed
chore: write styling
1 parent b0c3774 commit cfec85d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

blog/release-0-17-0.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ Release date: September 03, 2025
1313
- **Ordered-set aggregate functions**
1414
- Now require a `WITHIN GROUP (ORDER BY …)` clause (e.g., old: `approx_percentile_cont(latency, 0.95)`, new: `approx_percentile_cont(0.95) WITHIN GROUP (ORDER BY latency)`).
1515
- **MySQL protocol**
16-
- Comment styling issue has been fixed, comments must start with `--` instead of `---`.
17-
16+
- Incorrect comment styling is no longer allowed; comments must start with `--` instead of `---`.
1817

1918
### 👍 Highlights
2019

2120
- **PromQL:**
2221
- Support TQL CTE in planner ([#6645](https://github.com/GreptimeTeam/greptimedb/pull/6645), [#6671](https://github.com/GreptimeTeam/greptimedb/pull/6671))
23-
- **Perf:**
22+
- **Performance:**
2423
- Optimize sparse encoder with a 235% performance boost ([#6809](https://github.com/GreptimeTeam/greptimedb/pull/6809))
2524
- Introduced region pruning ([#6729](https://github.com/GreptimeTeam/greptimedb/pull/6729), [#6752](https://github.com/GreptimeTeam/greptimedb/pull/6752)).
2625
- **Procedure:**

0 commit comments

Comments
 (0)