This repository has been archived by the owner on Dec 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Leonid Makarov
committed
Apr 9, 2015
1 parent
976e279
commit c122231
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
## 0.11.0 (2015-04-09) | ||
|
||
- Using semantic versioning and tracking changes in the CHANGELOG.md file | ||
- All configuration moved into vagrant.yml | ||
- Refactored synced folders setup | ||
- Focused on better Windows support with SMB and rsync | ||
- Added an experimental `smb2` synced folder option, which does not require running vagrant as admin, but requires initial manual setup. | ||
- rsync can now be done per project instead of the whole <Projects> folder | ||
- Documentation overhaul | ||
- Fixes in setup.sh - making sure brew formulae are up to date. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
0.11.0 |