Skip to content

Commit

Permalink
fix | documentation | release notes | remove title
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-right committed Apr 6, 2023
1 parent daea790 commit d3c0962
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/docs_gen/templates/release_notes/0.2.0.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
## AnnaDB 0.2 Release Notes

### New Features
## New Features

* `project{...}` step to modify the output data

### Improvements
## Improvements

* Overall speed improvements

## New features input output examples

### Project

Original data:

{{ insert_in }}

### Keep the value of the field

The `project{...}` step allows you to modify the output data. For example, you can keep onl the fields you need.

Input
Expand All @@ -26,6 +24,8 @@ Output

{{ keep_out }}

### Using existing fields

Or you can set a new field using values from other:

Input
Expand All @@ -36,6 +36,8 @@ Output

{{ existing_out }}

### Set a new value

Or you can set a primitive value for the field:

Input
Expand Down

0 comments on commit d3c0962

Please sign in to comment.