Revert "Release preparation for version 2.17.0"

This commit is contained in:
Chuan-kai Lin
2024-04-02 10:06:20 -07:00
committed by GitHub
parent 48f93438d8
commit 6c649c898e
173 changed files with 249 additions and 478 deletions

View File

@@ -1,5 +1,4 @@
## 0.2.4
### Minor Analysis Improvements
---
category: minorAnalysis
---
* Path explanations now include flow that goes through callbacks passed into library functions. For example, if `map` is a library function, then in `result = map(xs, x => x + 1)` we will now include the step from `x` to `x + 1` in the path explanation, instead of going directly from `xs` to `result`. Note that this change does not affect actual query results, but only how path explanations are computed.