Skip to content

Commit

Permalink
Update version number and document recent changes. (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
gafter authored Dec 25, 2024
1 parent a39728c commit cb25c8c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@

v2.4.0 / 2024-12-25
===================

* Add support for named tuples and matching fields
by name rather than position.

v2.3.0 / 2024-11-24
===================

* Add support for "extractors", which adds some support
for user-defined pattern-matching behavior.

v2.2.0 / 2024-11-11
===================

* Add support for MLStyle-style guards, which are
patterns of the form `if condition end`. This should
make it easier for people migrating from MLStyle.

v2.1.0 / 2023-12-19
===================

* When a variable is defined on only one side of a disjuntion,
it is not considered to have been defined after the disjunction.

v2.0.0 / 2023-08-02
===================

Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Match"
uuid = "7eb4fadd-790c-5f42-8a69-bfa0b872bfbf"
version = "2.3.0"
authors = ["Neal Gafter <[email protected]>", "Kevin Squire <[email protected]>"]
version = "2.4.0"
authors = ["Neal Gafter <[email protected]>", "Nate Nystrom <[email protected]>", "Kevin Squire <[email protected]>"]

[deps]
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Expand Down

0 comments on commit cb25c8c

Please sign in to comment.