Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Jun 5, 2024
1 parent 18755c7 commit 4bb6866
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
===

# 8.3.0

> 2024-06-04
A very minor update. This adds an index variable `i` to key accessor functions mostly for consistency with the callback signature of a for-loop and to support possible unorthodox arrangments where a row is accessed not from `$data` but from `somethingElse[i]` in the accessor function.

* [PR#207](https://github.com/mhkeller/layercake/pull/207)

# 8.2.0

> 2024-05-17
Expand Down

0 comments on commit 4bb6866

Please sign in to comment.