Skip to content

Commit

Permalink
Release 2.17.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshyPHP committed Mar 28, 2024
1 parent ce28c14 commit 1dc04d8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2.17.1 (2024-03-28)
===================

[Full commit log](https://github.com/s9e/TextFormatter/compare/328c056e04009cd3ab5185a2eb710c4a18a86f69...ce28c14bd65bc924796df2b8543a4893c6a45290)

### Fixed

- `ce28c14bd` FilterSyntaxMatcher: fixed parseFilterArg() signature

### Changed

- `134bffb2b` Extended optimizations related to equality tests to inequality tests
- `f8c5a455f` Replaced array callbacks with first class callables where applicable
- `c7609e321` Updated docs
- `e43f99a47` Use in_array() in strict mode wherever applicable


2.17.0 (2024-03-24)
===================

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"test": "phpunit --exclude-group ''"
},
"extra": {
"version": "2.17.1-dev"
"version": "2.17.1"
}
}

0 comments on commit 1dc04d8

Please sign in to comment.