Skip to content

Commit

Permalink
Add 0.15.0 to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Nov 8, 2023
1 parent 2aa59a4 commit c218326
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.15.0] - 2023-11-08

### Added

Expand All @@ -15,13 +15,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Syntax for passing repeated `-i` and `-v` options to `rflx validate` (eng/recordflux/RecordFlux#1441)
- Simplified setter code and removed internal `Successor` function (eng/recordflux/RecordFlux#1448)
- Improve the names of enum literals generated from IANA registries (eng/recordflux/RecordFlux#1451)
- Simplify setter code and remove internal `Successor` function (eng/recordflux/RecordFlux#1448)
- Improve names of enum literals generated from IANA registries (eng/recordflux/RecordFlux#1451)

### Fixed

- User defined `GNATCOLL_ICONV_OPT` environment variable is ignored (AdaCore/RecordFlux#1289, eng/recordflux/RecordFlux#1437)
- Fix fatal errors caused by condition on message type field (AdaCore/RecordFlux#1291, eng/recordflux/RecordFlux#1438)
- Fatal errors caused by condition on message type field (AdaCore/RecordFlux#1291, eng/recordflux/RecordFlux#1438)

### Removed

Expand Down Expand Up @@ -418,7 +418,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2019-05-14

[Unreleased]: https://github.com/AdaCore/RecordFlux/compare/v0.14.0...HEAD
[0.15.0]: https://github.com/AdaCore/RecordFlux/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/AdaCore/RecordFlux/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/AdaCore/RecordFlux/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/AdaCore/RecordFlux/compare/v0.11.1...v0.12.0
Expand Down

0 comments on commit c218326

Please sign in to comment.