1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-11-06 09:09:26 +02:00

Merge pull request #410 from plague006/add_changelog

Add changelog
This commit is contained in:
Matthew
2018-11-20 03:02:22 -05:00
committed by GitHub

30
CHANGELOG.md Normal file
View File

@@ -0,0 +1,30 @@
# Change Log
All notable changes to this project will be documented in this file.
## Next version
### Features
### Bugfixes
- [Diggy] Stones killed by damage no longer spill. #395
### Internal
## v1.0.0
### Features
- [GUI] When admins click the "Report" button in the player list it now jails the player. #399
- [Core] Better buff descriptions in market. #389
- [Core] Using the `@` or `#` symbol before or after someone's name now notifies that person. #387
- [Diggy] Iron axe added to market. #385
### Bugfixes
- [Core] Players who die or disconnect with market buffs no longer keep the buffs on their return. #404
- [Core] Players on walkabout are no longer trapped when they die or log out. #398
- [Diggy] Fixed room loot spill. #388
- [Diggy] Big rocks spawning multiple ores. #384
### Internal
- [Core] Windows line endings converted to unix. #393
- [Core] Changed how commands are logged. #386