chiark / gitweb /
CHANGELOG: document chdir fixes
[otter.git] / CHANGELOG.md
1 Version UNRELEASED
2 ==================
3
4  * New "vatikan.game.toml", suitable for many variants of
5    Manipulation Rummy.
6  * New "private.table.toml" and "same-scope.table.toml" for
7    less-public games.
8  * otter(1) and otterlib(!) now honour OTTER_CLI_LOG
9    (in Rust env_logger format).
10  * otter(1) no longer acts on change_directory server config
11    setting (but still resolves paths in config relative to that dir).
12  * Change CLI to server management wire protocol to binary-framed
13    MessagePack (was newline-framed JSON).
14  * Build system and test suite improvements and fixes.
15
16
17  * Move game spec parsing from client to server
18    (WIP for server-side bundles)
19
20 Version 0.5.1
21 =============
22
23 This was the first public release.
24
25 [comment]: # Local variables:
26 [comment]: # mode: text
27 [comment]: # End: