Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkasirer committed Sep 9, 2024
1 parent 0a9fe7a commit b4c3b85
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

* Added `Plate` element
* Added `Plate` element.
* Added attribute `plates` to `TimberModel`.

### Changed

* Changed `TimberModel` to include `plates` property
* Renamed `beam` to `element` in different locations to make it more generic.

### Removed

* Removed `add_beam` from `TimberModel`, use `add_element` instead.
* Removed `add_plate` from `TimberModel`, use `add_element` instead.
* Removed `add_wall` from `TimberModel`, use `add_element` instead.


## [0.9.1] 2024-07-05

Expand Down

0 comments on commit b4c3b85

Please sign in to comment.