Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/site/markdown/change-report-gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Change Log {#changelog}

| Version | Date | Description |
| ------------------- | ---------- | -------------------- |
| [1.6.0](#rel_1_6_0) | 2025-XX-XX | Maintenance release |
| [1.6.0](#rel_1_6_0) | 2025-12-14 | Maintenance release |
| [1.5.0](#rel_1_5_0) | 2025-08-03 | Maintenance release |
| [1.4.0](#rel_1_4_0) | 2025-03-01 | Maintenance release |
| [1.3.1](#rel_1_3_1) | 2024-11-30 | Bugfix release |
Expand All @@ -50,7 +50,7 @@ Change Log {#changelog}
| [0.1.0](#rel_1_0) | 2003-07-08 | |
| [0.0.1](#rel_0_1) | 2003-05-31 | |

## Release 1.6.0 - 2025-XX-XX {#rel_1_6_0}
## Release 1.6.0 - 2025-12-14 {#rel_1_6_0}

Release 1.6.0 includes the following new features:

Expand All @@ -69,6 +69,9 @@ and the LOG4CXX_CONFIGURATION environment variable (see log4cxx::spi::Configurat

The following issues have been addressed:

* Prevent abnormal termination when recursively defining a configuration file variable
\[[#565](https://github.com/apache/logging-log4cxx/pull/565)\]


## Release 1.5.0 - 2025-08-03 {#rel_1_5_0}

Expand Down