Skip to content

Commit 9bc119e

Browse files
Updated CHANGELOG.md
1 parent b445935 commit 9bc119e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## [Unreleased] - 2024-01-27
1+
## [Unreleased] - 2024-01-28
22

33
### Added
4+
- [#935](https://github.com/flow-php/flow/pull/935) - **Schema::normalize() : array** - [@norberttech](https://github.com/norberttech)
5+
- [#935](https://github.com/flow-php/flow/pull/935) - **Schema::fromArray(array $data) : self** - [@norberttech](https://github.com/norberttech)
46
- [#928](https://github.com/flow-php/flow/pull/928) - **Caster mechanism that works on top of Flow\PHP\Type** - [@norberttech](https://github.com/norberttech)
57
- [#928](https://github.com/flow-php/flow/pull/928) - **AutoCaster that works on top of Caster** - [@norberttech](https://github.com/norberttech)
68
- [#928](https://github.com/flow-php/flow/pull/928) - **print_schema function** - [@norberttech](https://github.com/norberttech)
@@ -76,6 +78,8 @@
7678
- [#870](https://github.com/flow-php/flow/pull/870) - **Reduced number of files in phar** - [@norberttech](https://github.com/norberttech)
7779

7880
### Removed
81+
- [#935](https://github.com/flow-php/flow/pull/935) - **Schema Definition Constraints** - [@norberttech](https://github.com/norberttech)
82+
- [#935](https://github.com/flow-php/flow/pull/935) - **Schema Definition Metadata is no longer accepting objects** - [@norberttech](https://github.com/norberttech)
7983
- [#927](https://github.com/flow-php/flow/pull/927) - **Schema definition union type** - [@norberttech](https://github.com/norberttech)
8084
- [#927](https://github.com/flow-php/flow/pull/927) - **Schema narrowing that was replaced by Type::merge** - [@norberttech](https://github.com/norberttech)
8185
- [#897](https://github.com/flow-php/flow/pull/897) - **Serializable interface** - [@norberttech](https://github.com/norberttech)

0 commit comments

Comments
 (0)