Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 6b012b2

Browse files
committed
Add changelog files to resources
1 parent 8ee1079 commit 6b012b2

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Initial release
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix NoSuchAlgorithmException due to incorrect SHA-512 algorithm naming on Java 8
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- Add `bundled` variant which includes the native library for offline use
2+
- Fix library metadata potentially not loading due to its non-unique file name
3+
- Fix native library being validated multiple times even if the first validation passed
4+
- Fix error when writing to custom cache directory if it hadn't been created by the user
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- Update underlying dependencies
2+
- Remove internal file naming workaround used in bundled variant
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Add and throw InvalidStateError when attempting to use a closed manager
2+
- This is a subclass of RuntimeException, which was previously thrown here
3+
- Add RISC-V on Linux to set of supported platforms
4+
- Add option to use your own custom-built libraries if required
5+
- To use this set the `battery.natives.path` system property to the file path

0 commit comments

Comments
 (0)