Skip to content

Commit 25facc3

Browse files
committed
add changes for 0.7.0
1 parent 38ead2d commit 25facc3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGES

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changelog
55
Here you can find the recent changes to libtmux
66

77
- :release:`0.7.0 <2017-04-27>`
8+
- :support:`-` Support for python 2.6 dropped. New minimum version is 2.7
9+
- :feature:`-` Add support for tmux 2.4, pypy and pypy3
810
- :feature:`-` Overhaul error handling when setting and showing options
911

1012
- Added `handle_option_error` for handling option errors
@@ -20,9 +22,9 @@ Here you can find the recent changes to libtmux
2022
- ``has_required_tmux_version`` has been renamed to ``has_minimum_version``
2123
- added ``has_gt_version``, ``has_gte_version``, ``has_lt_version``, ``has_lte_version``,
2224

23-
- Fixed up documentation in some session methods
24-
- Added pydoc exception info to option methods in window and sessions.
25-
- Added ``TMUX_MIN_VERSION`` and ``TMUX_MAX_VERSION``
25+
- :support:`-` Fixed up documentation in some session methods
26+
- :support:`-` Added pydoc exception info to option methods in window and sessions.
27+
- :support:`-` Added ``TMUX_MIN_VERSION`` and ``TMUX_MAX_VERSION``
2628

2729
- :release:`0.6.5 <2017-04-02>`
2830
- :support:`-` Fix ``which`` command

0 commit comments

Comments
 (0)