mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-31 00:21:47 +01:00
19 lines
380 B
Markdown
19 lines
380 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
## [Unreleased]
|
|
|
|
## [1.1.0] - 2021-02-21
|
|
|
|
### Added
|
|
|
|
- Added support for zstd compression with base64 encoded maps
|
|
- Better project metadata for display on PyPi
|
|
|
|
## [1.0.0] - 2021-02-21
|
|
|
|
Initial Project Release
|