summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)