Skip to content

Commit 66524d5

Browse files
committed
Release note for #98
1 parent a1afc91 commit 66524d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Added the `callback` endpoint config setting, which enables JSONP output. ([#96](https://github.com/craftcms/element-api/issues/96))
77

88
### Changed
9+
- The `defaults` setting can now be set to a callable. ([#98](https://github.com/craftcms/element-api/pull/98))
910
- Updated Fractal to 0.18. ([#109](https://github.com/craftcms/element-api/issues/109))
1011

1112
### Fixed

src/Settings.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class Settings extends Model
3232
* Returns the default endpoint configuration.
3333
*
3434
* @return array The default endpoint configuration.
35+
* @since 2.6.0
3536
*/
3637
public function getDefaults()
3738
{

0 commit comments

Comments
 (0)