Skip to content

Commit

Permalink
Updated CHANGELOG.md and CONTRIBUTORS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jan 24, 2022
1 parent 5d77088 commit 6457df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `Tileset::source` for obtaining where the tileset actually came from.
- `Tileset::columns`.
- `layers::Layer::id`.
- `Layer::id`, `Layer::width` and `Layer::height`.
- Support for 'object'-type properties.
- Documentation for map members.
- Tests for `tiled_base64_zstandard.tmx`.
Expand All @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `Tile` has been moved into the `tile` module.
- `Tileset` has been moved into the `tileset` module.
- `Map::get_tileset_by_gid` -> `Map::tileset_by_gid`
- `Layer::tiles` changed from `Vec<Vec<LayerTile>>` to `Vec<LayerTile>`.
- Tile now has `image` instead of `images`. ([Issue comment](https://github.com/mapeditor/rs-tiled/issues/103#issuecomment-940773123))
- Tileset now has `image` instead of `images`.
- `Image::source` is now a `PathBuf` instead of a `String`.
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* Matthew Hall
* Kevin Balz
* Thorbjørn Lindeijer

0 comments on commit 6457df9

Please sign in to comment.