Skip to content

Commit

Permalink
Update UPGRADING documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rhannequin committed Mar 19, 2024
1 parent 5426c29 commit 86b4a8c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,20 @@ Returns the apparent Sun's longitude (`Angle`) at its perigee.

### `Sun#rising_time` method added (#35)

Returns the UTC `Time` of the sunrise.
Returns the UTC `Time` of the sunrise.`

### `Sun#rising_azimuth` method added (#39)

Returns the Sun's azimuth (`Angle`) at sunrise.

### `Sun#setting_time` method added (#35)

Returns the UTC `Time` of the sunset.

### `Sun#setting_azimuth` method added (#39)

Returns the Sun's azimuth (`Angle`) at sunset.

### Added comparison methods to `Angle` (#21)

With the inclusion of `Comparable`, comparison methods such as `#==`, `#<`,
Expand Down

0 comments on commit 86b4a8c

Please sign in to comment.