diff options
| author | Shulhan <ms@kilabit.info> | 2025-12-27 14:03:40 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-27 14:03:40 +0700 |
| commit | 663fdaf45162ac0eb1b45672f90fa58b73ab6f04 (patch) | |
| tree | a59f464a225bbf88abdb9f95dd063ce7f6f84bb6 /CHANGELOG.adoc | |
| parent | 2772a45590a32d073fd7d2463e16cc736b2ba5a7 (diff) | |
| download | awwan-663fdaf45162ac0eb1b45672f90fa58b73ab6f04.tar.xz | |
Release awwan v0.13.0 (2025-12-27)v0.13.0
[NEW FEATURES]
Add option "$noparse" for magic "#put" command.
The "$noparse" option allow copying file without reading and parsing
the input file.
[CHORES]
Fix "reuse lint" warnings due to embedded SPDX annotation.
Fix field alignment on struct Statement.
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 64ff6ca..dd8e841 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -6,6 +6,20 @@ This page document changes on each release. +[#v0_13_0] +== awwan v0.13.0 (2025-12-27) + +[NEW FEATURES] +Add option "$noparse" for magic "#put" command. +The "$noparse" option allow copying file without reading and parsing +the input file. + +[CHORES] +Fix "reuse lint" warnings due to embedded SPDX annotation. + +Fix field alignment on struct Statement. + + [#v0_12_3] == awwan v0.12.3 (2025-02-08) |
