From 5c5e66e937eed87a98b13f1f12c4e53defb81c0a Mon Sep 17 00:00:00 2001 From: Christopher Doris Date: Mon, 23 Jan 2023 16:38:57 +0000 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef23ff..54cf402 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,14 @@ ## 0.2.16 (2023-01-23) * Allow `JULIA_CONDAPKG_ENV` to specify the location of a shared Conda environment. * The PkgREPL now supports the prefixes `@` for versions and `#` for build string. -* Adds this changelog. * Bug fixes. + +## 0.2.15 (2022-12-02) +* Special handling of `libstdcxx-ng` for compatibility with Julia's `libstdc++.so`. + +## 0.2.14 (2022-11-11) +* Adds the `Current` backend, to use an existing Conda environment. + +## 0.2.13 (2022-08-20) +* Adds offline mode (`JULIA_CONDAPKG_OFFLINE=yes`). +* Uses lock files to prevent two processes from updating the same environment concurrently.