Skip to content

Commit 2bc0901

Browse files
committed
📚 Update CHANGELOG.md
1 parent a5b3efe commit 2bc0901

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

4+
Version 2.3.1
5+
-------------
6+
7+
- ![Bugfix][badge-bugfix] `hline` suffix decoration is now handled properly in the text back
8+
end when the lines are cropped. ([#228][gh-pr-228])
9+
- ![Bugfix][badge-bugfix] We now redirect `stdout` to `devnull` during precompilation to
10+
avoid hanging in some scenarios. ([#231][gh-pr-231])
11+
412
Version 2.3.0
513
-------------
614

@@ -786,3 +794,5 @@ Version 0.1.0
786794
[gh-pr-199]: https://github.com/ronisbr/PrettyTables.jl/pull/199
787795
[gh-pr-211]: https://github.com/ronisbr/PrettyTables.jl/pull/211
788796
[gh-pr-219]: https://github.com/ronisbr/PrettyTables.jl/pull/219
797+
[gh-pr-228]: https://github.com/ronisbr/PrettyTables.jl/pull/228
798+
[gh-pr-231]: https://github.com/ronisbr/PrettyTables.jl/pull/231

0 commit comments

Comments
 (0)