Skip to content

Commit fac6d97

Browse files
committed
[skip ci] Update changelog
1 parent a5bfbf8 commit fac6d97

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ All notable changes to `laravel-eloquent-flag` will be documented in this file.
66

77
### Added
88

9-
- Laravel 5.6 support.
9+
- Laravel 5.6 support ([#35](https://github.com/cybercog/laravel-eloquent-flag/pull/35)).
10+
- `is_invited` classic boolean flag added ([#31](https://github.com/cybercog/laravel-eloquent-flag/pull/31)).
11+
- `invited_at` classic timestamp flag added ([#31](https://github.com/cybercog/laravel-eloquent-flag/pull/31)).
12+
- `is_ended` inverse boolean flag added ([#31](https://github.com/cybercog/laravel-eloquent-flag/pull/31)).
13+
- `ended_at` inverse timestamp flag added ([#31](https://github.com/cybercog/laravel-eloquent-flag/pull/31)).
14+
- `is_drafted` inverse boolean flag added ([#32](https://github.com/cybercog/laravel-eloquent-flag/pull/32)).
15+
- `drafted_at` inverse timestamp flag added ([#32](https://github.com/cybercog/laravel-eloquent-flag/pull/32)).
16+
- `is_archived` inverse boolean flag added ([#32](https://github.com/cybercog/laravel-eloquent-flag/pull/32)).
17+
- `archived_at` inverse timestamp flag added ([#32](https://github.com/cybercog/laravel-eloquent-flag/pull/32)).
1018

1119
## [3.12.0] - 2017-09-09
1220

0 commit comments

Comments
 (0)