Skip to content

Commit

Permalink
Repo: Update the changelog for v0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Dec 21, 2023
1 parent ea0d1c1 commit ab1743f
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 ab1743f

Please sign in to comment.