summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-07-08 19:57:16 +0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-08 11:06:34 -0700
commitfe2f665ebecff0b92ec449bd4da2134551cced77 (patch)
treebffd67af78451cb4211d96f4ab671c5e41183976 /CHANGELOG.md
parent3d7865cf269d8b2f9e06084586ee76e8a44faff1 (diff)
downloadsubsurface-fe2f665ebecff0b92ec449bd4da2134551cced77.tar.gz
CHANGELOG.md: fix bad markdown formatting
The # and <> characters introduced formatting issues, for those who wanted to view our changelog in the Github repository. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8092db93a..a7bf6236e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,6 @@
- Dive pictures: locate moved pictures based on filename and path
- Profile: Context menu entry to manually split a dive
- BLE support: fix recognition of Heinrich Weikamp OSTC 2 and OSTC Plus
-# Always add new entries at the very top of this file above other
-# existing entries and this note.
-# Use this layout for new entries:
-# <Area>: <Details about the change> [reference thread / issue]
+---
+* Always add new entries at the very top of this file above other existing entries and this note.
+* Use this layout for new entries: `[Area]: [Details about the change] [reference thread / issue]`