From f82bb9e7a620f8e3ec0b228057e3d41721653e7d Mon Sep 17 00:00:00 2001 From: Etienne Dx Date: Wed, 20 Apr 2022 19:49:56 +0200 Subject: [PATCH] docs: Changelog --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a364bd3..55133af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,28 @@ # Changelog -## 1.5.0 +## 1.5.0 - Unreleased ### Added * Support for GriefDefender 2.0.0 +* Added possibility to create auctions + * Auctions last a given duration + * Players can bid a specific amount or raise their bid by a `bidStep` defined by the auctioneer + * Format for new auctions is: + ``` + [auction] + + + + ``` + * An auction with no bid won't change owner and will expire ### Removed * Remove confusing *rent period* behavior * Remove logs whenever a sign is interacted with +### Fixed +* Fixed typo in config + ## 1.4.1 ### Added