From 84c46ebe79fa9d2a9a502ad7f0b754afa5cb0164 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 7 Nov 2018 18:58:35 +0000 Subject: [PATCH] Note the supported metadata syntax version --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fcd27b..b7449fb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ loot-condition-interpreter A library for parsing and evaluating LOOT's metadata condition strings. It provides: +- Supports metadata syntax v0.14 condition strings. - Condition string parsing without evaluation, for checking syntax. - Evaluation of parsed condition strings. - Efficient and safe concurrent condition evaluation thanks to Rust's safety