Update Changelog
CHANGELOG.md
1 | 1 | This file summarizes changes between releases. | |
2 | 2 | ||
3 | + | Changes since 0.5 | |
4 | + | ----------------- | |
5 | + | ||
6 | + | ### Improvements and features ### | |
7 | + | ||
8 | + | * Whitespace characters are shown with a small symbol in the editor. Spaces get | |
9 | + | a small middle dot, no-break spaces get a line underneath. Tabs are also represented. | |
10 | + | * Some improvements have been made to the code documentation. | |
11 | + | * The internals have been refactored. The most visible difference is in | |
12 | + | settings handling: systems define the settings they need, instead of having | |
13 | + | this information spread everywhere. | |
14 | + | ||
15 | + | ### Languages ### | |
16 | + | ||
3 | 17 | Changes since 0.4 | |
4 | 18 | ----------------- | |
5 | 19 |