We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37642b6 commit e466024Copy full SHA for e466024
project/release/queue-sheet-haskell-0.5.0.0.md
@@ -0,0 +1,18 @@
1
+# `queue-sheet-haskell` `0.5.0.0` Release Notes
2
+
3
+Date
4
+: 2020-11-08
5
6
+## Overview
7
8
+This release of Queue Sheet adds support for specifying lists of tags or items
9
+as a string in a simplified CSV format. Use of the CSV format can result in
10
+fewer changes when updating a file, making the update slightly easier to
11
+perform and the `git diff` output easier to read. See the updated man page
12
+for details.
13
14
+This release also switches the Git default branch to `main`.
15
16
+YAML files used with version `0.4.0.0` work with version `0.5.0.0` without
17
+change, but YAML files that the new CSV format will not work with version
18
+`0.4.0.0` or before.
0 commit comments