Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren authored May 23, 2021
1 parent c24d0f4 commit ab81664
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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".
- 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".

0 comments on commit ab81664

Please sign in to comment.