Skip to content

Commit a0ccd25

Browse files
sjsyrekclaude
andcommitted
docs: use standard Keep a Changelog categories
Replace non-standard "Improved" section with "Changed" in CHANGELOG.md and add explicit Keep a Changelog category requirement to CLAUDE.md. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b359b71 commit a0ccd25

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
### Improved
10+
### Changed
1111
- "No target language specified" error now shows clearer suggestions: `--to <lang>` example and `deepl init` instead of raw JSON config syntax
1212
- Write service error now says `--style` and `--tone` instead of leaking internal API field name `writing_style`
1313
- `deepl config set` validation errors now include the field name and valid values (e.g., "Invalid formality for defaults.formality. Valid values: default, more, less, prefer_more, prefer_less")
1414
- `deepl config set` boolean validation now shows which field expected a boolean
1515
- Document translation timeout message simplified: removed internal poll-count details
1616
- Batch translation API errors now show a user-friendly retry message instead of internal count details
17+
- Updated GitHub Actions (`actions/checkout`, `actions/setup-node`) from v4 to v6 across all CI workflows
18+
- Updated `@types/node` from v20 to v25
19+
- Updated inquirer from 12 to 13
20+
- Updated better-sqlite3 from 11 to 12
1721

1822
### Fixed
1923
- Double space in "Unsupported file type" suggestion message for file translation
2024
- Config save error no longer shows redundant `Error: ` prefix or internal `.tmp` file path
2125
- Unreachable `Invalid hook type` error in git-hooks service now includes valid types (matching the reachable validation)
2226

23-
### Changed
24-
- Updated GitHub Actions (`actions/checkout`, `actions/setup-node`) from v4 to v6 across all CI workflows
25-
- Updated `@types/node` from v20 to v25
26-
- Updated inquirer from 12 to 13
27-
- Updated better-sqlite3 from 11 to 12
28-
2927
## [1.0.0] - 2026-02-17
3028

3129
### Added

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Use **Semantic Versioning** with **Conventional Commits**:
6868

6969
### On Every Change
7070

71-
1. Add entries under **Unreleased** in `CHANGELOG.md` (Added / Changed / Fixed / Deprecated / Removed / Security)
71+
1. Add entries under **Unreleased** in `CHANGELOG.md` using **only** the standard [Keep a Changelog](https://keepachangelog.com) categories: **Added**, **Changed**, **Deprecated**, **Removed**, **Fixed**, **Security**. Do not invent custom categories (e.g., "Improved").
7272
2. Determine MAJOR/MINOR/PATCH from change scope
7373

7474
### When Cutting a Release

0 commit comments

Comments
 (0)