blob: 6637205bfd7fe8b3b793817f462bafb24d3a867c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Changelog - tmux-session
This document describes the changes that were made to the software for each
version. The changes are described concisely, to make it comprehensible for the
user. A change is always categorized based on the following types:
- Bug: a fault in the software is fixed.
- Feature: a functionality is added to the program.
- Improvement: a functionality in the software is improved.
- Task: a change is made to the repository that has no effect on the source
code.
# 0.0.1
- Added support for symlinks
# 0.0.0
- First release.
|