Skip to content

Commit

Permalink
Quick changelog to note we have an API update.
Browse files Browse the repository at this point in the history
(First one that's non-additive, after all this time!)
  • Loading branch information
warpfork committed Nov 26, 2022
1 parent 99388b3 commit 095106d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,14 @@ See that package for more details!



Changelog
---------

Mostly the go-testmark package has been remarkly stable. There are a series of tagged releases, but mostly they are small feature additions. Using the latest version is always best.

There's one exception: in `v0.11.0` we do have an API change. One type gained a pointer, which was previously mostly passed by struct. If you update code across that version, you may find you also need to add some asterisks: `DirEnt` -> `*DirEnt`. For many usages, though, the change may not appear syntactically at all (the `:=` often covers up where it might have been necessary!).


License
-------

Expand Down

0 comments on commit 095106d

Please sign in to comment.