Bump 3.1-rc up to master.

pull/2123/head
Nicholas Marriott 2020-03-11 06:38:43 +00:00
parent 59cb022c42
commit 444e9f3c58
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
CHANGES FROM 3.1 TO 3.2
CHANGES FROM 3.0a TO 3.1
* Add selection_active format for when the selection is present but not moving
with the cursor.
@ -13,8 +13,6 @@ CHANGES FROM 3.1 TO 3.2
* Fix top and bottom pane calculation with pane border status enabled.
CHANGES FROM 3.0a to 3.1
* Add support for adding a note to a key binding (with bind-key -N) and use
this to add descriptions to the default key bindings. A new -N flag to
list-keys shows key bindings with notes. Change the default ? binding to use

View File

@ -1,6 +1,6 @@
# configure.ac
AC_INIT([tmux], next-3.2)
AC_INIT([tmux], 3.1-rc2)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)