diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-13 12:14:20 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-10-13 12:14:20 +0530 |
commit | 4fbdc0e7232559f99aa27784f0a85ab13c024962 (patch) | |
tree | 7291dddcf726c56091ee4fffd26f6cdf25e9a959 | |
parent | 6139693d4fbfd7f43ffbf70a73048848ae41bf3a (diff) |
CHANGELOG: add entries for #1142 and #1131
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e57ae0ca..5bc98f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. ## [1.12.0] - 2020-09-24 +### Fixed + +- Certain operations like folder creation with GPG keys would fail with `java.lang.IllegalStateException`. +- ECDSA key exchanges failed resulting in users being unable to clone repositories. + ### Added - Allow sorting by recently used |