You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,18 @@
1
1
## main (Unreleased)
2
2
3
+
## 0.13.0
4
+
3
5
Breaking Changes:
4
6
5
-
* Drop Ruby 2.5,2.6,JRuby support
6
-
* Drop Prawn 2.2, 2.3 support
7
-
* Moved Basic Format implementation to `Thinreports::BasicReport` namespace
8
-
*`Thinreports::Report` and `Thinreports::Layout` are defined as aliases for `Thinreports::BasicReport::Report` and `Thinreports::BasicReport::Layout` respectively, but other than those Can be a destructive change if you rely on internal implementations
7
+
* Drop Ruby 2.5,2.6,JRuby support
8
+
* Drop Prawn 2.2, 2.3 support
9
+
* Moved Basic Format implementation to `Thinreports::BasicReport` namespace
10
+
*`Thinreports::Report` and `Thinreports::Layout` are defined as aliases for `Thinreports::BasicReport::Report` and `Thinreports::BasicReport::Layout` respectively, but other than those can be a destructive change if you rely on internal implementations
9
11
10
12
Enhancements:
11
13
12
-
* Add Ruby 3.1, 3.2 support
13
-
* Allow any string to be set to the title attribute of the PDF document metadata #125
14
+
* Allow any string to be set to the title attribute of the PDF document metadata #125
0 commit comments