Skip to content

Commit

Permalink
Update 1.3 release notes with void accept changes (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-joyle authored May 29, 2024
1 parent cc2f2d1 commit 0f75d9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releasenotes/releasenotes-1.3.0-rc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@


## New API features
- Void accept behavior (https://github.com/microsoft/Power-Fx/pull/2096): There are three main changes related to `Void` type:
- Void will accept all types, including Void.
- Void will not be accepted by any other types (except Void). Trying to use the output from Set will result in an error.
- The following functions will return Void: Set, Clear, Remove, Notify (Repl), Help (Repl), Exit (Repl). Future functions that have no return value will return Void.
- Summarize (https://github.com/microsoft/Power-Fx/pull/2317): A new Power Fx function that combines grouping and aggregation in one call.

`Summarize( Table, GroupByColumn1 [, GroupByColumn2 …], AggregateExpr1 As Name [, AggregateExpr1 As Name …] )`
Expand Down

0 comments on commit 0f75d9f

Please sign in to comment.