Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Xrayez committed Feb 20, 2022
1 parent 81332e3 commit 1b3dd96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
### Added

- A general-purpose `Graph` class.
- A `Random.choices()` method for weighted random selections.
- A `Random.choices()` method for weighted random selections from a sequence.
- A `Random.pop()` method for popping random elements from a sequence.

### Changed

- Renamed `VariantMap` and `VariantResource` to `Map2D` and `DataContainer` respectively.
- Renamed `Random.choice()` to `Random.pick()`, to go along with `Random.pop()`.

### Removed

Expand Down

0 comments on commit 1b3dd96

Please sign in to comment.