From a732c8bb3ab892a82428d1875e91418194e780ff Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 27 Aug 2022 08:48:03 -0500 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..91b88dd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## Version 0.2.0 - 2022-08-27 + +### Refactor + +- `map.at` now returns `Option<&Tile>` rather than a wall tile when requested coordinates are out-of-bounds. + +## Version 0.1.1 - 2022-03-18 + +### Miscellaneous Tasks + +- More automated release configuration. + +## Version 0.1.0 - 2022-03-18 + +### Miscellaneous Tasks + +- Rename crate and set up automated releases. +- Remove demo. + +