Skip to content

Commit

Permalink
use more standard format CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jun 1, 2024
1 parent 1b7a410 commit 48ae197
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CHANGELOG

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [8.19.1] - 2024-06-01

### Added

- `aac_normalise in H` tactic.
- `gcd` and `lcm` instances for `Nat`, `N`, and `Z`.

### Fixed

- Make the order of sums produced by `aac_normalise` tactic consistent across calls.

[Unreleased]: https://github.com/coq-community/chapar/compare/v8.19.1...master
[8.19.1]: https://github.com/coq-community/chapar/releases/tag/v8.19.1

0 comments on commit 48ae197

Please sign in to comment.