nRF Connect for Desktop

Developer documentation

Logo

Basics

API

Other topics


NordicSemiconductor/pc-nrfconnect-docs on GitHub

Changelog guidelines

We keep a changelog in every project.

Example for a changelog

## Unreleased

### Removed

- Preliminary instructions.

## 0.6.1 - 2021-06-30

### Fixed

- Crash on macOS when stopping trace.

## 0.6.0 - 2021-06-22

### Added

- Button in the side panel to convert trace.

### Changed

- PCAP-NG files have the file extension `.pcapng`.

The rules

We write a changelog for every version, based on Keep a Changelog. Read what is written there, it is short and to the point. Described here is only where we deviate from it or complement it.

Deviations, refinements, and additions

The following custom rules apply:

### Added

- Added button to convert trace.
- Added choice for the trace format.

### Fixed

- Fixed an issue with crashing on stopping trace.
- Fixed an issue with wrong file size.

Instead, drop the repeated Added and Fixed and write like this:

### Added

- Button to convert trace.
- Choice for the trace format.

### Fixed

- Issue with crashing on stopping trace.
- Issue with wrong file size.

Notable changes from before

When doing a release