diff --git a/CHANGELOG.md b/CHANGELOG.md index 60f1d0b..16aff00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.4.0] +**This release contains a bug where calling :Set() before calling :Get() can yield. This will not be an issue for most consumers, but be aware of it.** + - Added `DataStore2.SaveAllAsync`. - Fix `:IncrementAsync` throwing an error on combined data stores. - Fix `:Set` on combined data stores having the potential to yield. @@ -19,4 +21,4 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - :SaveAsync() now returns a promise. - If data can't save when a player leaves, it'll no longer halt Studio. - Added a Settings module and `DataStore2.PatchGlobalSettings` to manipulate settings of DataStore2. -- Added a setting (SavingMethod) for using standard data stores instead of the berezaa method. It can currently be set to "OrderedBackups" (the default) or "Standard". \ No newline at end of file +- Added a setting (SavingMethod) for using standard data stores instead of the berezaa method. It can currently be set to "OrderedBackups" (the default) or "Standard".