You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a changelog file to document notable changes to the project, adhering to Keep a Changelog format and Semantic Versioning conventions.
The changelog includes entries for recent releases, outlining added features, changes, and removals.
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) conventions adapted to the existing four-component version numbers.
6
+
7
+
## [0.26.3.0] - 2025-09-19
8
+
### Added
9
+
- Integrated the CI Log Viewer package and exposed a dedicated backend module for reviewing application logs.
10
+
- Captured per-action permission flags as structured JSON when creating or updating backend methods.
0 commit comments