From 400bdf329709b0bf5afbf50ca47605aefa359dc1 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 15 Aug 2020 10:27:25 +0900 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6704022..28accb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed + +* Append LF to `known_hosts` / `config`. + ### Fixed * Typo (thanks [@psbss](https://github.com/psbss))