Skip to content

Commit ac30272

Browse files
Update changelog
1 parent d2a485a commit ac30272

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
## [Unreleased]
66

77
+ Remove deprecated `new_old` and `future_old` functions.
8-
+ Add `__str__` functions to `Timestep`, `Element`, `Day`, `Site`
8+
+ Add `__str__` functions to `Timestep`, `Element`, `Day`, `Site`.
9+
+ Change `id` variable in `Forecast`, `Observation`, `Site` to `location_id`.
10+
+ Change `id` variable in `Element` to `field_code`.
911

1012
## [0.9.8] - 2020-07-03
1113

1214
+ Remove f-string in test
13-
15+
1416
## [0.9.7] - 2020-07-03
1517

1618
+ Bugfix for `get_observation_sites`
@@ -140,4 +142,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
140142

141143
## [0.1] - 2014-07-16
142144

143-
+ Initial commit and license.
145+
+ Initial commit and license.

0 commit comments

Comments
 (0)