Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JieXiong9119 committed Sep 6, 2023
1 parent eef59ee commit 7e58f2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

* Generated for BuildingSync 2.5 (which is currently develop-v2)
* Added GHG emission metrics
* Changed UsefulLife type
* Added DiscountRate
* Added EquipmentID
* Updated MeasureSavingsAnalysis
* Added and sorted enumerations in AuditorQualificationType
* Added PrincipalHVACSystemType, PrincipalLightingSystemType, CondenserType
* Added FacilityEvaluationAuditDefinition
* Added AuditCycle
* Added WCM categories and measures

# Version 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion bsyncpy/bsync.py
Original file line number Diff line number Diff line change
Expand Up @@ -3099,7 +3099,7 @@ class DiscountFactor(BSElement):
element_type = "xs:decimal"


# ReportType.DiscountFactor
# ReportType.DiscountRate
class DiscountRate(BSElement):
"""Discount rate applied to calculate present values of future cash flows. (0-100) (%)"""

Expand Down

0 comments on commit 7e58f2d

Please sign in to comment.