Skip to content

Commit a589913

Browse files
committed
update changelog
1 parent 1d9e8a6 commit a589913

File tree

1 file changed

+33
-58
lines changed

1 file changed

+33
-58
lines changed

CHANGELOG.md

+33-58
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,63 @@
22

33
## Version 2.2.0
44

5-
BuildingSync Version 2.2.0 does not introduce any breaking changes. Version 2.2.0 adds new elements required for a complete audit report for ASHRAE Standard 211 Level 2. This version also introduces references to the [gbXML schema](https://www.gbxml.org/). See the [documentation here](docs/gbXML_reference.md) for more information about this integration with gbXML.
5+
BuildingSync Version 2.2.0 does not introduce any breaking changes. Version 2.2.0 adds new elements required for a
6+
complete audit report for ASHRAE Standard 211 Level 2. This version also introduces references to the
7+
[gbXML schema](https://www.gbxml.org/). See the [documentation here](docs/gbXML_reference.md) for more information
8+
about this integration with gbXML.
69

7-
Note that some elements are beginning to be deprecated. To ensure future conformance to the schema, these elements should be updated to their alternative names:
10+
Note that some elements are beginning to be deprecated. To ensure future conformance to the schema, these elements
11+
should be updated to their alternative names:
812

913
| Element being deprecated | New element |
1014
|----------------|-------|
1115
| auc:HeatingSource/auc:OutputCapacity | auc:HeatingSource/auc:Capacity |
1216
| auc:Boiler/auc:OutputCapacity | auc:Boiler/auc:Capacity |
1317
| auc:DistrictHeating/auc:OutputCapacity | auc:DistrictHeating/auc:Capacity |
1418
| auc:SolarThermal/auc:OutputCapacity | auc:SolarThermal/auc:Capacity |
19+
| auc:PrimaryHVACSystemType | auc:PrincipalHVACSystemType |
1520

16-
Date Range: 08/31/20 - 09/25/20
21+
22+
Date Range: 07/31/20 - 09/25/20
1723

1824
| Category | Count |
1925
|----------------|-------|
2026
| Controls | 0 |
21-
| General | 5 |
27+
| General | 8 |
2228
| Measures | 1 |
23-
| Reports | 6 |
24-
| Systems | 9 |
29+
| Reports | 13 |
30+
| Systems | 10 |
2531
| Validation | 1 |
26-
| Other | 3 |
27-
| **Total** | 25 |
32+
| Other | 4 |
33+
| **Total** | 37 |
2834

2935
| Change Type | Count |
3036
|----------------|-------|
3137
| Breaking Change | 0 |
32-
| Non-breaking Change | 21 |
38+
| Non-breaking Change | 37 |
3339

34-
New Issues: 5 (#230, #233, #234, #235, #236)
40+
New Issues: 7 (#212, #218, #230, #233, #234, #235, #236)
3541

36-
Closed Issues: 1
42+
Closed Issues: 4
43+
- Merged [#172]( https://github.com/BuildingSync/schema/issues/172 ), Promote UDF - PrincipalHVACType as part of Section.
3744
- Merged [#172]( https://github.com/BuildingSync/schema/issues/172 ), Promote UDF - PrincipalHVACType as part of Section.
45+
- Merged [#173]( https://github.com/BuildingSync/schema/issues/173 ), Promote UDF - PrincipalLightingSystemType as part of Section.
46+
- Merged [#212]( https://github.com/BuildingSync/schema/issues/212 ), Question concerning some "Other delivered" auc:FuelTypes
3847

39-
Accepted Pull Requests: 25
48+
Accepted Pull Requests: 37
4049
- Merged [#156]( https://github.com/BuildingSync/schema/pull/156 ), gbXML External Reference
50+
- Merged [#200]( https://github.com/BuildingSync/schema/pull/200 ), Add ReadingType Cost to TimeSeries
51+
- Merged [#203]( https://github.com/BuildingSync/schema/pull/203 ), Add ResourceUseNotes to ResourceUse
52+
- Merged [#204]( https://github.com/BuildingSync/schema/pull/204 ), Add AnnualFuelCost to ResourceUse
53+
- Merged [#205]( https://github.com/BuildingSync/schema/pull/205 ), Add SimpleImpactAnalysis and CostCategory to PackageOfMeasures
54+
- Merged [#207]( https://github.com/BuildingSync/schema/pull/207 ), Add ExcludedSectionIDs to FloorArea
55+
- Merged [#208]( https://github.com/BuildingSync/schema/pull/208 ), Add LinkedPremises to Schedule
56+
- Merged [#213]( https://github.com/BuildingSync/schema/pull/213 ), Add AnnualFuelUseLinkedTimeSeriesIDs to ResourceUse
57+
- Merged [#214]( https://github.com/BuildingSync/schema/pull/214 ), Add multiple elements for energy use in AllResourceTotal
58+
- Merged [#215]( https://github.com/BuildingSync/schema/pull/215 ), Add choice between PrimaryHVACSystemType and PrincipalHVACSystemType
59+
- Merged [#216]( https://github.com/BuildingSync/schema/pull/216 ), pull rate elements out as distinct element types to reduce redundancy
60+
- Merged [#217]( https://github.com/BuildingSync/schema/pull/217 ), update tiered rate to include demand rate start and end dates
61+
- Merged [#219]( https://github.com/BuildingSync/schema/pull/219 ), feat(proposals): add proposal for versioning
4162
- Merged [#221]( https://github.com/BuildingSync/schema/pull/221 ), Release 2.2.0-pr1
4263
- Merged [#222]( https://github.com/BuildingSync/schema/pull/222 ), Add Operational enum to ScheduleCategories
4364
- Merged [#223]( https://github.com/BuildingSync/schema/pull/223 ), Add choice for multiple auc:WallIDs within auc:Side
@@ -63,52 +84,6 @@ Accepted Pull Requests: 25
6384
- Merged [#248]( https://github.com/BuildingSync/schema/pull/248 ), Add MeterID and ParentResourceUseID to ResourceUse
6485
- Merged [#250]( https://github.com/BuildingSync/schema/pull/250 ), Add NonquantifiableFactors to PackageOfMeasures
6586

66-
## Version 2.2.0-pr1
67-
68-
BuildingSync Version 2.2.0-pr1 does not introduce any breaking changes. It introduces elements required for
69-
a complete audit report for ASHRAE Standard 211 Level 1.
70-
Note that the element `auc:PrimaryHVACSystemType` is in the process of being deprecated, and users should replace it with
71-
`auc:PrincipalHVACSystemType` to ensure future conformance to the schema.
72-
73-
Date Range: 07/31/20 - 08/31/20
74-
75-
| Category | Count |
76-
|----------------|-------|
77-
| Controls | 0 |
78-
| General | 3 |
79-
| Measures | 0 |
80-
| Reports | 7 |
81-
| Systems | 1 |
82-
| Validation | 0 |
83-
| Other | 1 |
84-
| **Total** | 12 |
85-
86-
| Change Type | Count |
87-
|----------------|-------|
88-
| Breaking Change | 0 |
89-
| Non-breaking Change | 12 |
90-
91-
New Issues: 2 (#212, #218)
92-
93-
Closed Issues: 3
94-
- Merged [#172]( https://github.com/BuildingSync/schema/issues/172 ), Promote UDF - PrincipalHVACType as part of Section.
95-
- Merged [#173]( https://github.com/BuildingSync/schema/issues/173 ), Promote UDF - PrincipalLightingSystemType as part of Section.
96-
- Merged [#212]( https://github.com/BuildingSync/schema/issues/212 ), Question concerning some "Other delivered" auc:FuelTypes
97-
98-
Accepted Pull Requests: 12
99-
- Merged [#200]( https://github.com/BuildingSync/schema/pull/200 ), Add ReadingType Cost to TimeSeries
100-
- Merged [#203]( https://github.com/BuildingSync/schema/pull/203 ), Add ResourceUseNotes to ResourceUse
101-
- Merged [#204]( https://github.com/BuildingSync/schema/pull/204 ), Add AnnualFuelCost to ResourceUse
102-
- Merged [#205]( https://github.com/BuildingSync/schema/pull/205 ), Add SimpleImpactAnalysis and CostCategory to PackageOfMeasures
103-
- Merged [#207]( https://github.com/BuildingSync/schema/pull/207 ), Add ExcludedSectionIDs to FloorArea
104-
- Merged [#208]( https://github.com/BuildingSync/schema/pull/208 ), Add LinkedPremises to Schedule
105-
- Merged [#213]( https://github.com/BuildingSync/schema/pull/213 ), Add AnnualFuelUseLinkedTimeSeriesIDs to ResourceUse
106-
- Merged [#214]( https://github.com/BuildingSync/schema/pull/214 ), Add multiple elements for energy use in AllResourceTotal
107-
- Merged [#215]( https://github.com/BuildingSync/schema/pull/215 ), Add choice between PrimaryHVACSystemType and PrincipalHVACSystemType
108-
- Merged [#216]( https://github.com/BuildingSync/schema/pull/216 ), pull rate elements out as distinct element types to reduce redundancy
109-
- Merged [#217]( https://github.com/BuildingSync/schema/pull/217 ), update tiered rate to include demand rate start and end dates
110-
- Merged [#219]( https://github.com/BuildingSync/schema/pull/219 ), feat(proposals): add proposal for versioning
111-
11287
## Version 2.1.0
11388

11489
BuildingSync Version 2.1.0 does not introduce any breaking changes; however, the `version` attribute is now required

0 commit comments

Comments
 (0)