Skip to content

Commit c256d57

Browse files
committed
Changelog
1 parent a664365 commit c256d57

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release Notes
22

3+
## 3.0.16 (2020-10-06)
4+
5+
### What's new
6+
- Added a `key` parameter to the [`cache` tag](https://statamic.dev/tags/cache). [#2589](https://github.com/statamic/cms/issues/2589)
7+
- Search indexes can define [transformers](https://statamic.dev/search#transforming-fields). [#2462](https://github.com/statamic/cms/issues/2462)
8+
9+
### What's improved
10+
- The `locale` method on the `Entry` class can accept a `Site` object.
11+
- The `toggle` fieldtype can understand `0` and `1` in your YAML files, rather than just `true` and `false`.
12+
- French translation has been updated. [#2591](https://github.com/statamic/cms/issues/2591)
13+
14+
### What's fixed
15+
- Entries are placed appropriately into a collection's structure when localizing them. [#2471](https://github.com/statamic/cms/issues/2471)
16+
- The `date` method on the `Entry` class checks for `Carbon\Carbon`, rather than `Illuminate\Support\Carbon`.
17+
- The subrequest is passed along to the cascade in Live Preview, which fixes things like `segment_x` variables using the CP URL.
18+
19+
20+
321
## 3.0.15 (2020-10-05)
422

523
### What's new

0 commit comments

Comments
 (0)