From 26f554e7fbbb61719e4ebdcc5b7f07530db6260f Mon Sep 17 00:00:00 2001 From: david Date: Sat, 18 May 2024 18:21:55 +0200 Subject: [PATCH] Adding CHANGELOG.md to project --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cb0a2f0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# 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/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Changed +- Changed the default invocation to `warp-packer pack ...`. + +For more details, see the [README](./README.md#changes-in-v100). + +### Added +- Support for native execution on aarch64-linux platforms, e.g., Raspberry Pi 4. +- New options for `warp-packer`. +- `BUILD.md` with instructions on how to compile warp-packer. +- `INSTALL.md` with instructions on how to run the application on Linux, macOS, and Windows systems. + +## [1.0.0] - 2024-04-01 +### Changed +- t.b.c. + +[unreleased]: https://git.phoenix.ipv64.de/David/java-e-liquid-calculator.git/compare/master...HEAD \ No newline at end of file