diff --git a/README.md b/README.md index 3906d79..40e9d10 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,13 @@ A small Java library to read and write [INI](https://en.wikipedia.org/wiki/INI_f * Configurable whitespace usage. * Multiple modes for handling of duplicate properties and sections. * Multiple modes for handling of multi-value keys + * Multiple modes for handling of escape characters * Configurable case sensitivity. * Configurable order preservation. * JPMS compliant. * Requires JDK 11 or above (JDK 17 for tests). * Optional [Preferences](#preferences-backing-store) implementation. + * String interpolation with configurable variable pattern. ## WIP @@ -180,6 +182,10 @@ Note that a `store` is scoped, and should be closed when finished with. ## Changes +### 0.3.1 + + * Added string interpolation features. + ### 0.3.0 * Added `EscapeMode` for `INIWriter` and `INIReader` that allows altering behaviour of escaping. diff --git a/schema/pom.xml b/schema/pom.xml index a8c54e2..2534a6e 100644 --- a/schema/pom.xml +++ b/schema/pom.xml @@ -26,7 +26,8 @@ ../ jini-schema - Provides tools for reading schemas describing INI file, themselves INI files. + Schema API and tools + Provides tools for reading schemas describing INI file, themselves INI files. org.junit.jupiter