diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-07 09:00:00 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2022-11-14 12:16:21 +0100 |
commit | 7027ce395a7aa835dd261fce0a554265c9753006 (patch) | |
tree | 8f9b1a41b7ae25a5aa69604ec11420f7cc7dd007 /CHANGELOG.md | |
parent | 0688b3bc9134c6afb69f9d75f46d90c13a887334 (diff) | |
download | justbuild-7027ce395a7aa835dd261fce0a554265c9753006.tar.gz |
Start a change log
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..d50058f2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +## Release `1.0.0` (UNRELEASED) + +Initial stable release. + +### Important changes since `1.0.0~beta5` + +- Option `--dump-vars` added to `just analyse` +- Rule fixes in propagating `ENV` +- Launcher functionality added to `just-mr` +- `just` now takes the lexicographically first repository as default + if no main repository is specified + +## Release `1.0.0~beta5` (2022-10-19) + +First public beta version. |