From 3b7ea02cde7572ccd954c185cb25592e3d761d45 Mon Sep 17 00:00:00 2001 From: jpe7s Date: Sun, 11 Aug 2024 17:19:15 -0500 Subject: [PATCH] active dev disclaimer. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2b93c7a..bce3d32 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ - Crypto utilities for elliptic curve Ed25519 and Solana accounts. - Borsh (de)serialization. +### Disclaimer + +In addition to the MIT License, this project is under active development and breaking changes are to be expected. + ### Requirements - The latest generally available JDK. This project will continue to move to the latest and will not maintain @@ -19,13 +23,13 @@ ### Dependencies - Core - - java.base - - [Bouncy Castle](https://www.bouncycastle.org/download/bouncy-castle-java/#latest) + - java.base + - [Bouncy Castle](https://www.bouncycastle.org/download/bouncy-castle-java/#latest) - RPC - - software.sava.core - - java.net.http - - [JSON Iterator](https://github.com/comodal/json-iterator?tab=readme-ov-file#json-iterator) + - software.sava.core + - java.net.http + - [JSON Iterator](https://github.com/comodal/json-iterator?tab=readme-ov-file#json-iterator) ### Contribution