Skip to content

Commit

Permalink
5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Sep 1, 2019
1 parent 07ed3cb commit beeb9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion c/draft-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@

<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>
Expand Down

0 comments on commit beeb9ae

Please sign in to comment.