From 831975e80c4ecbe8d5c91ccf68f4b058e2da989e Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Mon, 20 Jan 2020 15:30:28 +0100 Subject: [PATCH] add new feature to changelog.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38cf1ee569..a83e5b743b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Set individual page title - Copy on write +- A new repository can be initialized with a branch (for git and mercurial) and custom files (README.md on default) ### Changed - Stop fetching commits when it takes too long