mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update version numbers and changelog for v2.4.0
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## [2.4.0] - 2023-04-24
|
||||
|
||||
### Added
|
||||
|
||||
- Support for additional data paths that take precedence over the game's main
|
||||
data path. Additional data paths can be specified using
|
||||
`State::set_additional_data_paths()` or
|
||||
`lci_state_set_additional_data_paths()`. This is intended to support the
|
||||
Microsoft Store's Fallout 4 DLCs, which are installed outside of the base
|
||||
game install path, but may also be useful in other situations.
|
||||
|
||||
## [2.3.1] - 2022-09-15
|
||||
|
||||
### Changed
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter"
|
||||
version = "2.3.1"
|
||||
version = "2.4.0"
|
||||
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "loot-condition-interpreter-ffi"
|
||||
version = "2.3.1"
|
||||
version = "2.4.0"
|
||||
authors = ["Oliver Hamlet <oliver@ortham.io>"]
|
||||
license = "MIT"
|
||||
build = "build.rs"
|
||||
|
||||
Reference in New Issue
Block a user