From 33db0a9dc379a4e27e4e04a5d6c2ebd33fa8cb49 Mon Sep 17 00:00:00 2001 From: ogallagher Date: Sat, 9 Apr 2022 07:24:48 -0400 Subject: [PATCH 1/2] changes.json file is structured, flexible, prioritized summary of version --- changes.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 changes.json diff --git a/changes.json b/changes.json new file mode 100644 index 0000000..42f359a --- /dev/null +++ b/changes.json @@ -0,0 +1,18 @@ +[ + { + "summary": "to do", + "details": "Planned features not yet implemented in this version.", + "todo": [] + }, + { + "summary": "this file", + "details": "It seems useful to have some structured higher-level documentation describing the current version. It should not be a direct copy of git commit history, but rather offer a more flexible and prioritized summary of changes. An entry doesn't have to have all the same attributes or use the same attribute types as other entries.", + "when": "2022-04-09", + "git": [ + { + "fork": "ogallagher/javascript.tmbundle", + "branch": "changelist" + } + ] + } +] From 61dfb3cc405784b7f8e20a74d6ce1304560e6614 Mon Sep 17 00:00:00 2001 From: ogallagher Date: Sat, 9 Apr 2022 07:37:29 -0400 Subject: [PATCH 2/2] changes.json when = when item last updated --- changes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes.json b/changes.json index 42f359a..6f833f8 100644 --- a/changes.json +++ b/changes.json @@ -7,7 +7,7 @@ { "summary": "this file", "details": "It seems useful to have some structured higher-level documentation describing the current version. It should not be a direct copy of git commit history, but rather offer a more flexible and prioritized summary of changes. An entry doesn't have to have all the same attributes or use the same attribute types as other entries.", - "when": "2022-04-09", + "when": "2022-04-09T07:27:00-05:00", "git": [ { "fork": "ogallagher/javascript.tmbundle",