gotch/CHANGELOG.md

31 lines
576 B
Markdown
Raw Permalink Normal View History

2020-10-23 14:41:08 +01:00
# 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
2020-10-27 06:34:12 +00:00
## [0.1.9]
### Changed
- Reverse changes [#10] to original.
2020-10-23 14:41:08 +01:00
[#10]: https://github.com/sugarme/gotch/issues/10