From 74c7e11948adbb597abcff66433f9d96971e594d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 29 Jan 2024 14:34:36 -0800 Subject: [PATCH] doc update --- CHANGELOG | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 98326109..b5149c9d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,6 @@ jc changelog -20240126 v1.24.1 -- Add `kv-dup` parser for Key/Value files with duplicate keys -- TODO: Add `path-list` string parser to parse path list strings found in env variables +20240129 v1.24.1 - Add `--slurp` functionality to wrap output from multiple lines into a single array. Note, this only works with single-line input parsers. (e.g. `date`, `ip-address`, `url`, etc.) Streaming parsers are not supported. Use `jc -hhh` to find parsers compatible with the slurp option. @@ -13,6 +11,9 @@ jc changelog For `/proc` file magic syntax, this is a list of `/proc` filenames in order. This can help with identifying which input matches to which output when using `--slurp` or when converting multiple files via `/proc` file magic syntax. +- Add `kv-dup` parser for Key/Value files with duplicate keys +- TODO: Add `path-list` string parser to parse path list strings found in env variables +- Enhance `nsd-control` parser to support more zone information - Enhance `ping` and `ping-s` parsers to support the `-I` command option - Enhance `proc-net-tcp` parser to add opposite endian support for architectures like the s390x