mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Remove repeated header between versions in changelog
CURA-2056
This commit is contained in:
parent
c95cc7a21b
commit
b619b68675
@ -68,6 +68,7 @@ class ChangeLog(Extension, QObject,):
|
||||
line = line.replace("[","")
|
||||
line = line.replace("]","")
|
||||
open_version = Version(line)
|
||||
open_header = ""
|
||||
self._change_logs[open_version] = collections.OrderedDict()
|
||||
elif line.startswith("*"):
|
||||
open_header = line.replace("*","")
|
||||
|
Loading…
x
Reference in New Issue
Block a user