solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 2b0a71fd362fd1214909c795bdf4574f3f6cb309
parent 893629b557095e3551eaf166db189e4abcbb7a7d
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri, 22 Jan 2021 23:03:48 +0100

remove the changelog.

nobody updates it anyway, people will have to use git log to get a change log.

Diffstat:
M.github/PULL_REQUEST_TEMPLATE.md | 1-
DCHANGELOG.md | 13-------------
2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,7 +8,6 @@ by checking the relevant checkboxes): - [ ] The commits are consistent with our [contribution guidelines](../blob/master/CONTRIBUTING.md) - [ ] You've added a before/after screenshot illustrating visually your changes. -- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality - e.g. theme new faces/packages, changing existing faces, etc) - [ ] You've updated the readme (if adding/changing configuration options) Thanks! diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,13 +0,0 @@ -# Changelog - -## master (unreleased) - -### New features - -* terraform-mode -* window-divider-mode -* company-box-mode - -### Changes - -### Bugs fixed