aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorAndrey Somov <public.somov@gmail.com>2021-12-29 10:32:41 +0400
committerAndrey Somov <public.somov@gmail.com>2021-12-29 10:32:41 +0400
commiteae60928010118d153d1333480ab1736f7130a57 (patch)
treebdf485841aa19cd24f857414528a1d14e8ab3e4f /src/changes
parent28b244b7e03d0a4a510255ae3115dfc2607679c4 (diff)
downloadsnakeyaml-eae60928010118d153d1333480ab1736f7130a57.tar.gz
Provide example with Lombok and ENV variable substitution
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 25e0dad4..92c1aae2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -6,6 +6,9 @@
</properties>
<body>
<release version="1.31" date="in Git" description="Maintenance">
+ <action dev="asomov" type="add">
+ Add an example with Lombok and ENV variable substitution (2021-12-29)
+ </action>
<action dev="asomov" type="update">
Fix issues with comments
</action>