Skip to content

Commit 08091ed

Browse files
committed
added changelog
1 parent c0825b3 commit 08091ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. This project adhere to the [Semantic Versioning](http://semver.org/) standard.
44

5+
## [3.1.0] 2025-09-30
6+
7+
* Feature - Introduce new column types: `Blob_Column`, `Binary_Column`, and `Boolean_Column`.
8+
* Feature - Introduce new PHP type: Blob. Blob will be stored as a base64 encoded string.
9+
* Tweak - Update string based columns to have the ability to become primary keys. Those columns include: char, varchar, binary and varbinary.
10+
11+
[3.1.0]: https://github.com/stellarwp/schema/releases/tag/3.1.0
12+
513
## [3.0.0] 2025-09-24
614

715
* Feature - Introduces stricter column and indexes definitions. This is NOT a backwards compatible change. Read the migration guide in docs/migrating-from-v2-to-v3.md.

0 commit comments

Comments
 (0)