Skip to content

Commit 4d44354

Browse files
committed
Updating CHANGELOG.md
1 parent 34b9f55 commit 4d44354

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,34 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.0] 2025-09-29
9+
10+
### Added
11+
12+
- **Behaviours**:
13+
- Added tone variations to consultative and progressive learning behaviours (#330).
14+
15+
- **Educational content**:
16+
- New "System Prompts for Java" course and pages, plus a course about this project (#335). https://jabrena.github.io/cursor-rules-java/
17+
18+
- **Documentation & Diagrams**:
19+
- ADR-003 documenting JBake website generation strategy (#326).
20+
- Added UML State Machine diagram support to documentation rule `@170-java-documentation` (#310).
21+
22+
### Changed
23+
24+
- **Platform & Build**:
25+
- Upgraded project to Java 25; updated Maven Java version in builds (#315, #343).
26+
27+
- **Cursor rules**:
28+
- Extensive refinements across multiple rules (dependencies, plugins, secure coding, concurrency, exception handling, functional programming, documentation, diagrams) (#309, #341).
29+
- Decoupled system prompts from behaviours and added learning behaviour; reorganized generator templates and inventory (#309).
30+
31+
### Removed
32+
33+
- **Cursor rules**:
34+
- Removed `@123-java-general-guidelines` (superseded by specialized rules) (#301).
35+
836
## [0.10.0] 2025-09-04
937

1038
### Added

0 commit comments

Comments
 (0)