Skip to content

Commit 1b01058

Browse files
committed
docs(CHANGES): Note restructuring
1 parent eb33bb1 commit 1b01058

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGES

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,34 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
2121

2222
<!-- Maintainers, insert changes / features for the next release here -->
2323

24+
### Internal refactoring (#840)
25+
26+
#### Rename config to workspace
27+
28+
Reference to "config" are now "workspace"
29+
30+
#### Organize files
31+
32+
- `cli/utils.py` functions moved to `workspace/finders.py`
33+
- `config.py` split between:
34+
35+
- `workspace/finders.py`
36+
- `workspace/freezer.py`
37+
- `workspace/importers.py`
38+
- `workspace/validation.py`
39+
40+
- `workspacebuilder.py` split into:
41+
42+
- `workspace/builder.py`
43+
- `workspace/freezer.py`
44+
45+
`config.inline` moved to freezer
46+
47+
#### Tests
48+
49+
- `tests/fixtures/{workspacebuilder,workspacefreezer}` -> `tests/fixtures/workspace/{builder,freezer}`
50+
- `tests/test_import_{teamocil,tmuxinator}.py` -> `tests/workspace/test_import_{teamocil,tmuxinator}.py`
51+
2452
## tmuxp 1.17.3 (2022-10-30)
2553

2654
**Maintenance release, no features or fixes**

0 commit comments

Comments
 (0)