Skip to content

Commit b31cdd9

Browse files
committed
update version in CHANGELOG file
1 parent 833b333 commit b31cdd9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
## [1.1.0] - 2026-01-11
1010

11+
### Added
12+
- **Access Control**: Implemented `pub`/`priv` visibility enforcement for class members and modules.
13+
- **Constructors**: Added `init` constructor method support for object initialization.
14+
- **Exception Handling**: Introduced `try`/`catch` blocks for robust error management and runtime safety.
15+
1116
### Changed
12-
- **Versioning**: Updated project version to 1.1.0 across the entire codebase.
17+
- **Versioning**: Synchronized project version to 1.1.0 across the core VM, CLI, VS Code extension, and installer scripts.
18+
- **Roadmap**: Marked v1.1.0 features as completed and released in the main documentation.
1319

1420
## [1.0.0] - 2026-01-06
1521

0 commit comments

Comments
 (0)