Skip to content

Commit

Permalink
Release notes for 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stoivo committed May 18, 2017
1 parent 6efa427 commit 9bd7ac1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"2.12.1": "messages/2.12.1.txt",
"2.13.0": "messages/2.13.0.txt",
"2.14.0": "messages/2.14.0.txt",
"2.14.1": "messages/2.14.1.txt"
"2.14.1": "messages/2.14.1.txt",
"2.14.2": "messages/2.14.2.txt"
}
24 changes: 24 additions & 0 deletions messages/2.14.2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Changes since 2.14.1:

Fix:
- Show open inline diff if it already open form status dashboard
- Push tags command is not blocking
- added self.get_short_hash to honor core.abbrev settings (#642)

Other:
- Sort branches by recent commited (#632)
- Check that file exist before opening (#648)

Improvement:
- Remove some clutter from debug.log (#635)
- Warn the user when we have permission error (#636)
- it is not necessary to check if HEAD is rebased
- use message_dislog for show the messages
- do not allow squashing merges

Contributors:
- Simon
- Juan Pumarino
- Pavel Savchenko
- Vlad Tsepelev
- Randy Lai

0 comments on commit 9bd7ac1

Please sign in to comment.