Commit 6a4dd7b 1 parent ee86f29 commit 6a4dd7b Copy full SHA for 6a4dd7b
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.3.1 [ ☰] ( https://github.com/varyonic/arbo/compare/v1.3.0...v1.3.1 )
4
+
5
+ * Fix patch of ActionView capture: OutputBuffer. [ #5 ] by [ @varyonic ]
6
+
3
7
## 1.3.0 [ ☰] ( https://github.com/varyonic/arbo/compare/v1.2.0...v1.3.0 )
4
8
5
9
* Support Rails 7.1. [ #3 ] by [ @varyonic ]
@@ -85,6 +89,7 @@ Initial release and extraction from Active Admin
85
89
[ #2 ] : https://github.com/varyonic/arbo/pull/2
86
90
[ #3 ] : https://github.com/varyonic/arbo/pull/3
87
91
[ #4 ] : https://github.com/varyonic/arbo/pull/4
92
+ [ #5 ] : https://github.com/varyonic/arbo/pull/5
88
93
89
94
[ @aramvisser ] : https://github.com/aramvisser
90
95
[ @deivid-rodriguez ] : https://github.com/deivid-rodriguez
Original file line number Diff line number Diff line change 1
1
module Arbo
2
- VERSION = '1.3.0 '
2
+ VERSION = '1.3.1 '
3
3
end
You can’t perform that action at this time.
0 commit comments