Skip to content

Commit

Permalink
Merge pull request #385 from evo-lua/changelog-update-v0.0.15
Browse files Browse the repository at this point in the history
Update the changelog for v0.0.15
  • Loading branch information
Duckwhale committed Dec 21, 2023
2 parents 47fbcac + 45fbee5 commit 06c2721
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
local changelog = {
["v0.0.15"] = {
newFeatures = {
"Introduced a new `etrace` library for realtime event tracing",
"Added `table.copy` (deep copy) and `table.scopy` (shallow copy) as extensions ",
},
},
["v0.0.14"] = {
newFeatures = {
"Added table.count as a convenient shorthand for counting all elements in a table",
Expand Down

0 comments on commit 06c2721

Please sign in to comment.