Update version numbers and changelog for v2.4.0

This commit is contained in:
Oliver Hamlet
2023-04-24 17:19:47 +01:00
parent aff9d546f1
commit 195bda0d7e
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -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
View File
@@ -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
View File
@@ -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"