gotch/CHANGELOG.md
2020-10-27 17:34:12 +11:00

31 lines
576 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
- [#...]: Fix a bug with...
### Changed
- [#...]:
### Added
- [#...]:
## [0.1.8]
### Changed
- [#10]: `ts.Drop()` and `ts.MustDrop()` now can call multiple times without panic
## [0.1.9]
### Changed
- Reverse changes [#10] to original.
[#10]: https://github.com/sugarme/gotch/issues/10