Skip to content

Commit dd66966

Browse files
committed
4.35.0
1 parent 90caff1 commit dd66966

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1212

1313
### Removed
1414

15+
# 4.35.0 (26 March 2024)
16+
## Modified
17+
- Allow examples to be shown in response fields [#825](https://github.com/knuckleswtf/scribe/pull/825)
18+
19+
## Fixed
20+
- Try It Out: send numbers in JSON as float, not strings [#830](https://github.com/knuckleswtf/scribe/pull/830)
21+
- Fix "No such file or directory" error [#829](https://github.com/knuckleswtf/scribe/pull/829)
22+
- Fix translating rules with translation engines that don't return arrays [#826](https://github.com/knuckleswtf/scribe/pull/826)
23+
1524
# 4.34.0 (15 March 2024)
1625
## Added
1726
- Laravel 11 compatibility [#812](https://github.com/knuckleswtf/scribe/pull/812)

src/Scribe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class Scribe
1111
{
12-
public const VERSION = '4.34.0';
12+
public const VERSION = '4.35.0';
1313

1414
/**
1515
* Specify a callback that will be executed just before a response call is made

0 commit comments

Comments
 (0)