Skip to content

Commit eb1c3ca

Browse files
committed
📚 Update CHANGELOG.md
1 parent 82fc2e1 commit eb1c3ca

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
PrettyTables.jl Changelog
22
=========================
33

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+
413
Version 2.2.6
514
-------------
615

@@ -733,6 +742,8 @@ Version 0.1.0
733742
[gh-issue-201]: https://github.com/ronisbr/PrettyTables.jl/issues/201
734743
[gh-issue-207]: https://github.com/ronisbr/PrettyTables.jl/issues/207
735744
[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
736747

737748
[gh-pr-5]: https://github.com/ronisbr/PrettyTables.jl/pull/5
738749
[gh-pr-8]: https://github.com/ronisbr/PrettyTables.jl/pull/8
@@ -750,3 +761,4 @@ Version 0.1.0
750761
[gh-pr-182]: https://github.com/ronisbr/PrettyTables.jl/pull/182
751762
[gh-pr-186]: https://github.com/ronisbr/PrettyTables.jl/pull/186
752763
[gh-pr-199]: https://github.com/ronisbr/PrettyTables.jl/pull/199
764+
[gh-pr-211]: https://github.com/ronisbr/PrettyTables.jl/pull/211

0 commit comments

Comments
 (0)