Browse Source

changelog: added missing "Unreleased" section

Fabian Peter Hammerle 2 years ago
parent
commit
33e9c33392
1 changed files with 5 additions and 0 deletions
  1. 5 0
      CHANGELOG.md

+ 5 - 0
CHANGELOG.md

@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [Unreleased]
+### Fixed
+- `sshd_config`: added redundant settings blocking unused features
+- `docker-compose`: increased memory limit to support large repos and `git-remote-gcrypt`
+
 ## [0.1.0] - 2021-03-20
 ### Added
 - openssh server listening on tcp port `2200`