Skip to content

Commit 94c54a2

Browse files
committed
Use CHANGELOG standard by https://keepachangelog.com
1 parent afeb237 commit 94c54a2

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Changelog
22

3-
Make sure to have a look at [UPDATING.md](Updating.md) to see any required steps for updating
4-
major versions
3+
Make sure to have a look at [UPDATING](Updating.md) to see any required steps for updating
4+
major versions.
55

6-
## Devilbox v1.0
6+
## [Unreleasd]
77

8-
* Use Docker volumes for stateful data (MySQL, PgSQL, MongoDB)
9-
- This fixes various mount issues on Windows
8+
### Added
9+
- [CHANGELOG](CHANGELOG.md) by the standard of: https://keepachangelog.com
10+
- [UPDATING](UPDATING.md) provides information how to update between major versions
11+
12+
### Changed
13+
- Use Docker volumes instead of directory mounts for stateful data (MySQL, PgSQL and MongoDB)
14+
- This fixes various mount issues on Windows: #175 #382
1015
- This improves general performance
11-
* Split Bind container into internal DNS and autoDNS
12-
- This fixes various issues with Docker Toolbox and DNS resolution
13-
* Use semantic versioning
16+
- Split Bind container into internal DNS and autoDNS: #248
17+
- This fixes various issues with Docker Toolbox and DNS resolution: #119
18+
- Use semantic versioning
1419
- This allows for faster releases
1520
- This allows for better visibility of breaking changes

0 commit comments

Comments
 (0)