From beeb9ae4e7e4b23e8907d18b927df831076f0ce8 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 31 Aug 2019 22:45:41 -0400 Subject: [PATCH] 5.5.0 --- c/draft-release-notes.md | 2 +- doc/build.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/draft-release-notes.md b/c/draft-release-notes.md index 4e95db272..d5d422a7e 100644 --- a/c/draft-release-notes.md +++ b/c/draft-release-notes.md @@ -2,7 +2,7 @@ ## Features: -* The [**positional-indexing feature**](http://johnkerl.org/miller/doc/reference-dsl.html#Positional_field_names) resolves https://github.com/johnkerl/miller/issues/236 from @aborruso. You can now get the name of the 3rd field of each record via $[[3]], and the value by $[[[3]]]. These are both usable on either the left-hand or right-hand side of assignment statements, so you can more easily do things like renaming fields progrmatically within the DSL. +* The new [**positional-indexing feature**](http://johnkerl.org/miller/doc/reference-dsl.html#Positional_field_names) resolves https://github.com/johnkerl/miller/issues/236 from @aborruso. You can now get the name of the 3rd field of each record via $[[3]], and its value by $[[[3]]]. These are both usable on either the left-hand or right-hand side of assignment statements, so you can more easily do things like renaming fields progrmatically within the DSL. * There is a new [**capitalize**](http://johnkerl.org/miller/doc/reference-dsl.html#capitalize) DSL function, complementing the already-existing toupper. This stems from https://github.com/johnkerl/miller/issues/236. diff --git a/doc/build.html b/doc/build.html index 31b0fe48a..620077b09 100644 --- a/doc/build.html +++ b/doc/build.html @@ -494,7 +494,7 @@ copyright.
  • Update version found in mlr --version and man mlr: