Skip to content

Commit b091372

Browse files
authored
Merge pull request #36 from sine-fdn/martin/changelog
feat: add changelog
2 parents e3e9378 + fb4f764 commit b091372

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed

specs/index.bs

+20-7
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ A ServiceFootprint CAN be integrated into the Pathfinder Data Model ([[!PACTDX]]
18081808

18091809
For interoperability reasons, additional attributes of such a `ProductFootprint` SHOULD be derived from the <{ShipmentFootprint}>. This is specified in the [table](#pact-sf-mapping-table) below.
18101810

1811-
Note: Section [[#appendix-a-sf-example]] contains an example.
1811+
Note: Section [[#appendix-b-sf-example]] contains an example.
18121812

18131813
<figure id="pact-sf-mapping-table">
18141814
<table class="data">
@@ -1906,7 +1906,7 @@ extension (see [[!DATA-MODEL-EXTENSIONS]]) in a `ProductFootprint`.
19061906
For interoperability reasons, several attributes of a `ProductFootprint` MUST be derived from the
19071907
<{TOC}>. This is specified in the [table](#pact-toc-mapping-table) below.
19081908

1909-
Note: Section [[#appendix-a-toc-example]] contains an example.
1909+
Note: Section [[#appendix-b-toc-example]] contains an example.
19101910

19111911
<figure id="pact-toc-mapping-table">
19121912
<table class="data">
@@ -1990,12 +1990,20 @@ Note: Section [[#appendix-a-toc-example]] contains an example.
19901990
<figcaption>Mapping of PACT Data Model properties to <{TOC}> properties</figcaption>
19911991
</figure>
19921992

1993-
# Appendix A: Example PCFs with iLEAP Data embedded # {#appendix-a}
1993+
1994+
# Appendix A: Changelog # {#changelog}
1995+
1996+
## Version 0.1.0 (2024-05-13)
1997+
1998+
Summary: Initial release of the specification.
1999+
2000+
2001+
# Appendix B: Example PCFs with iLEAP Data embedded # {#appendix-b}
19942002

19952003
Advisement: In both examples, the value of `dataSchema` is currently placeholder and should not be
19962004
taken as a link to the actual data schema. This will be updated as soon as possible.
19972005

1998-
## ShipmentFootprint example ## {#appendix-a-sf-example}
2006+
## ShipmentFootprint example ## {#appendix-b-sf-example}
19992007

20002008
A Product Footprint with a <{ShipmentFootprint}> highlighted:
20012009

@@ -2062,7 +2070,7 @@ A Product Footprint with a <{ShipmentFootprint}> highlighted:
20622070
</pre>
20632071
</div>
20642072

2065-
## TOC example ## {#appendix-a-toc-example}
2073+
## TOC example ## {#appendix-b-toc-example}
20662074

20672075
A Product Footprint with a <{TOC}> highlighted:
20682076

@@ -2144,9 +2152,14 @@ A Product Footprint with a <{TOC}> highlighted:
21442152
"publisher": "International Organization for Standardization"
21452153
},
21462154
"PACTDX": {
2147-
"authors": [],
2155+
"authors": [
2156+
"Martin Pompéry",
2157+
"Cecilia Valeri"
2158+
],
21482159
"title": "Technical Specifications for PCF Data Exchange (Version 2.1.0)",
2149-
"href": "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/"
2160+
"href": "https://wbcsd.github.io/tr/2023/data-exchange-protocol-20231207/",
2161+
"publisher": "WBCSD",
2162+
"status": "CR"
21502163
},
21512164
"PATHFINDER-FRAMEWORK": {
21522165
"authors": [],

0 commit comments

Comments
 (0)