diff --git a/c/draft-release-notes.md b/c/draft-release-notes.md index 4e95db272d..d5d422a7e8 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 31b0fe48a4..620077b09d 100644 --- a/doc/build.html +++ b/doc/build.html @@ -494,7 +494,7 @@