Changelog Guidelines

Content

Only completed tickets or the start of important tickets are listed here. Partially completed tickets should not be listed here by default.

Format

This Changelog is inspired by keepachangelog.com. Version numbers are based on Semantic Versioning 2.0.0. This file adheres to the CommonMark specification.

Format by Example

# Changelog
The changelog format can be found [here](./src/main/md/net/splitcells/network/guidelines/changelog.md).
<Links to Ticketing Systems>
<Further Comments>
## [Unreleased]
### Summary
<Really Important General Release Comments>
<Main Tasks Description
[**\#<Ticket Number>**: <Ticket Title>](Link to Ticket)
[**\#<Ticket Number>**: <Ticket Title>](Link to Ticket):
<Ticket Description And Comments>
>
<General Release Comments>
### Major Changes
* **<Date Of Completion If Known>
  * [**\#<Ticket Number>**: <Ticket Title>](Link to Ticket):
     <Ticket Description And Comments>
  * **\#<Ticket Number>**: <Ticket Title>
     <Ticket Description And Comments>
  * **\#<Related Ticket Number>**: <Description>
  * <Description>
### Minor Changes
<Like Major Changes>
### Patches
<Like Major Changes>

  • SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
  • SPDX-FileCopyrightText: Contributors To The net.splitcells.* Projects