File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,18 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
4
4
5
5
## [ Unreleased] [ unreleased ]
6
6
7
+ ## 2.8.0 - 2022-06-15
8
+
9
+ #### Changed
10
+
11
+ * ApiLinkMacro now uses latte filter to avoid use presenter context (BC break in nette/application 3.1)
12
+
7
13
#### Fixed
8
14
9
15
* BaseUrl in OpenApiHandler
10
16
17
+ ## 2.7.0 - 2022-04-07
18
+
11
19
### Added
12
20
13
21
* RedirectResponse which implements ResponseInterface
@@ -19,10 +27,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
19
27
* RedirectOutput use new RedirectResponse
20
28
* Property with name ` type ` is now available in json schema
21
29
22
- #### Changed
23
-
24
- * ApiLinkMacro now uses latte filter to avoid use presenter context (BC break)
25
-
26
30
## 2.6.0 - 2021-10-08
27
31
28
32
### Updated
You can’t perform that action at this time.
0 commit comments