This commit is contained in:
John Kerl 2019-08-31 22:45:41 -04:00
parent 07ed3cb5bd
commit beeb9ae4e7
2 changed files with 2 additions and 2 deletions

View file

@ -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 <tt>$[[3]]</tt>, and the value by <tt>$[[[3]]]</tt>. 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 <tt>$[[3]]</tt>, and its value by <tt>$[[[3]]]</tt>. 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 <tt>toupper</tt>. This stems from https://github.com/johnkerl/miller/issues/236.

View file

@ -494,7 +494,7 @@ copyright</a>.
<li>Update version found in <tt>mlr --version</tt> and <tt>man mlr</tt>:
<ul>
<li/> Edit <tt>configure.ac</tt>, <tt>c/mlrvers.h</tt>, and <tt>mlr.spec</tt>
<li/> Edit <tt>configure.ac</tt>, <tt>c/mlrvers.h</tt>, and <tt>miller.spec</tt>
from <tt>3.3.2-dev</tt> to <tt>3.4.0</tt>.
<li/> <tt>make -C c -f Makefile.no-autoconfig installhome &amp;&amp;
make -C doc -f Makefile.no-autoconfig all installhome</tt>