almostunified/CHANGELOG.md

35 lines
1 KiB
Markdown
Raw Normal View History

2022-08-21 13:50:15 -04:00
# Changelog
2022-08-21 08:04:57 -04:00
2022-08-21 13:50:15 -04:00
All notable changes to this project will be documented in this file.
2022-08-21 08:04:57 -04:00
2022-08-21 13:50:15 -04:00
The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning].
2022-08-24 14:51:34 -04:00
## [0.0.3] - 2022-08-24
### Changed
- all unified recipes are now using the Almost Unified namespace
- previously, only the duplicate recipes were modified to use the namespace
- this ensures that modified recipes are easily identified and not reported to other mod authors
2022-08-23 16:23:53 -04:00
## [0.0.2] - 2022-08-23
### Added
- strict mode for recipe duplication removal
### Fixed
- recipe duplication error spam
2022-08-23 09:39:07 -04:00
## [0.0.1] - 2022-08-23
2022-08-22 20:14:40 -04:00
2022-08-23 09:39:07 -04:00
Initial 1.19 release!
2022-08-21 13:50:15 -04:00
<!-- Links -->
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
<!-- Versions -->
2022-08-24 14:51:34 -04:00
[0.0.3]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.3-beta
2022-08-23 16:23:53 -04:00
[0.0.2]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.2-beta
2022-08-23 09:39:07 -04:00
[0.0.1]: https://github.com/AlmostReliable/almostunified/releases/tag/v1.19-0.0.1-beta