Skip to content

Commit

Permalink
Use CHANGELOG standard by https://keepachangelog.com
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Nov 11, 2018
1 parent 316e95d commit 58e3c9d
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Changelog

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

## Devilbox v1.0
## [Unreleasd]

* Use Docker volumes for stateful data (MySQL, PgSQL, MongoDB)
- This fixes various mount issues on Windows
### Added
- [CHANGELOG](CHANGELOG.md) by the standard of: https://keepachangelog.com
- [UPDATING](UPDATING.md) provides information how to update between major versions

### Changed
- Use Docker volumes instead of directory mounts for stateful data (MySQL, PgSQL and MongoDB)
- This fixes various mount issues on Windows: #175 #382
- This improves general performance
* Split Bind container into internal DNS and autoDNS
- This fixes various issues with Docker Toolbox and DNS resolution
* Use semantic versioning
- Split Bind container into internal DNS and autoDNS: #248
- This fixes various issues with Docker Toolbox and DNS resolution: #119
- Use semantic versioning
- This allows for faster releases
- This allows for better visibility of breaking changes

0 comments on commit 58e3c9d

Please sign in to comment.