Commit eb1c3ca 1 parent 82fc2e1 commit eb1c3ca Copy full SHA for eb1c3ca
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
PrettyTables.jl Changelog
2
2
=========================
3
3
4
+ Version 2.2.7
5
+ -------------
6
+
7
+ - ![ Bugfix] [ badge-bugfix ] We were not able to overwrite the header when printing
8
+ dictionaries that are not Tables.jl. ([ #212 ] [ gh-issue-212 ] )
9
+ - ![ Enhancement] [ badge-enhancement ] PrettyTables.jl switched from Formatting.jl
10
+ to Printf to print formatted text. The former was providing wrong output in
11
+ some scenarios as it can be seen [ here] [ gh-issue-210 ] . ([ #211 ] [ gh-pr-211 ] )
12
+
4
13
Version 2.2.6
5
14
-------------
6
15
@@ -733,6 +742,8 @@ Version 0.1.0
733
742
[ gh-issue-201 ] : https://github.com/ronisbr/PrettyTables.jl/issues/201
734
743
[ gh-issue-207 ] : https://github.com/ronisbr/PrettyTables.jl/issues/207
735
744
[ gh-issue-208 ] : https://github.com/ronisbr/PrettyTables.jl/issues/208
745
+ [ gh-issue-210 ] : https://github.com/ronisbr/PrettyTables.jl/issues/210
746
+ [ gh-issue-212 ] : https://github.com/ronisbr/PrettyTables.jl/issues/212
736
747
737
748
[ gh-pr-5 ] : https://github.com/ronisbr/PrettyTables.jl/pull/5
738
749
[ gh-pr-8 ] : https://github.com/ronisbr/PrettyTables.jl/pull/8
@@ -750,3 +761,4 @@ Version 0.1.0
750
761
[ gh-pr-182 ] : https://github.com/ronisbr/PrettyTables.jl/pull/182
751
762
[ gh-pr-186 ] : https://github.com/ronisbr/PrettyTables.jl/pull/186
752
763
[ gh-pr-199 ] : https://github.com/ronisbr/PrettyTables.jl/pull/199
764
+ [ gh-pr-211 ] : https://github.com/ronisbr/PrettyTables.jl/pull/211
You can’t perform that action at this time.
0 commit comments