From 2df83dfb88e1200fba7e49fbc7a9c7a9fdfae57d Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 25 Apr 2021 14:20:26 +0200 Subject: [PATCH] add another PR to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9126c3a..529755ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - fetch crashed when no upstream of branch is set ([#637](https://github.com/extrawurst/gitui/issues/637)) - `enter` key panics in empty remote branch list ([#643](https://github.com/extrawurst/gitui/issues/643)) +### Internal +- cleanup some stringly typed code [[@wandernauta](https://github.com/wandernauta)] ([#655](https://github.com/extrawurst/gitui/issues/655)) + ## [0.14.0] - 2020-04-11 ### Added