Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aeon-automation committed Oct 5, 2023
1 parent f0a69aa commit ae9a928
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased] - 2023-10-04
## [Unreleased] - 2023-10-05

### Added
- [#516](https://github.com/flow-php/flow/pull/516) - **Add new IsNumeric & IsNotNumeric expressions** - [@stloyd](https://github.com/stloyd)
Expand All @@ -8,6 +8,9 @@
- [#515](https://github.com/flow-php/flow/pull/515) - **Fixed `Cast` expression to handle `null` as first** - [@stloyd](https://github.com/stloyd)

### Removed
- [#518](https://github.com/flow-php/flow/pull/518) - **Remove `CastTransformer`** - [@stloyd](https://github.com/stloyd)
- [#518](https://github.com/flow-php/flow/pull/518) - **Remove `NullStringIntoNullEntryTransformer`** - [@stloyd](https://github.com/stloyd)
- [#518](https://github.com/flow-php/flow/pull/518) - **Remove `CastToDateTime`** - [@stloyd](https://github.com/stloyd)
- [#516](https://github.com/flow-php/flow/pull/516) - **Remove covered filters from `FilterRowsTransformer`** - [@stloyd](https://github.com/stloyd)
- [#517](https://github.com/flow-php/flow/pull/517) - **Remove SF Validator based filters & conditions** - [@stloyd](https://github.com/stloyd)
- [#514](https://github.com/flow-php/flow/pull/514) - **Remove ObjectMethodTransformer & `StringEntryValueCaseConverterTransformer`** - [@stloyd](https://github.com/stloyd)
Expand Down

0 comments on commit ae9a928

Please sign in to comment.