summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Haag <jonas@lophus.org>2017-06-13 15:56:49 +0200
committerGitHub <noreply@github.com>2017-06-13 15:56:49 +0200
commit179961787b8ce1b61c939a2b538e6bf044f28553 (patch)
tree3581c4a18e59f88119cb51da995b0faa2c4de36f
parent380ec334a6666f69d95ef05edf3e4e9cc7aea78a (diff)
Create CHANGELOG.rst
-rw-r--r--CHANGELOG.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a59b275..08a8005 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,7 +4,7 @@ Changelog
1.2.0 (Tue 13, 2017)
--------------------
* #177: Fix relative links in READMEs (etc.) (Jelmer Vernooij)
-* #36: Allow for branch names with `/`, e.g. `feature/foobar` (Martin Zimmermann, Chris St. Pierre)
+* #36: Allow for branch names with ``/``, e.g. ``feature/foobar`` (Martin Zimmermann, Chris St. Pierre)
* #184: Drop support for Python 2.6 (Jelmer Vernooij)
* Refactor diff generating code (Jelmer Vernooij)
* Fix temporary files not being deleted (Jonas Haag)