fix typo
This commit is contained in:
parent
c4f5a1b02b
commit
fb6cd38b1d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
* Inline factoring now parameterizes navigators immediately when all parameters are constants (rather than factoring it to use late-bound parameterization). This creates leaner, faster code.
|
||||
* Added `IndirectNav` protocol for turning a value type into a navigator.
|
||||
* Higher order navigators (like `selected?`, `subselect`) more intelligently parameterize the nested paths and use the leaner execution mode if none of the nested paths require late-bound parameterization or value collection.
|
||||
* Removed `variadic-pathed-nav`
|
||||
* Removed `variable-pathed-nav`
|
||||
|
||||
## 0.12.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue