-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Establish changelog, as well as remove extra file. (#23)
- Loading branch information
Showing
3 changed files
with
48 additions
and
24 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,48 @@ | ||
# Change Log | ||
|
||
## [v0.0.8](https://github.com/allenh1/YaSh/tree/v0.0.8) (2018-05-20) | ||
[Full Changelog](https://github.com/allenh1/YaSh/compare/v0.0.8-rc2...v0.0.8) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Add regression test for \#21. [\#22](https://github.com/allenh1/YaSh/pull/22) ([allenh1](https://github.com/allenh1)) | ||
- Fix typo to allow distribution of tar files. [\#20](https://github.com/allenh1/YaSh/pull/20) ([allenh1](https://github.com/allenh1)) | ||
- Update Documentation. [\#19](https://github.com/allenh1/YaSh/pull/19) ([allenh1](https://github.com/allenh1)) | ||
- Add cmake support [\#18](https://github.com/allenh1/YaSh/pull/18) ([allenh1](https://github.com/allenh1)) | ||
- Fix crash [\#17](https://github.com/allenh1/YaSh/pull/17) ([allenh1](https://github.com/allenh1)) | ||
- Don't run the zombie test if you're travis. [\#16](https://github.com/allenh1/YaSh/pull/16) ([allenh1](https://github.com/allenh1)) | ||
- More raw pointer removals [\#15](https://github.com/allenh1/YaSh/pull/15) ([allenh1](https://github.com/allenh1)) | ||
- The Great Linting [\#11](https://github.com/allenh1/YaSh/pull/11) ([allenh1](https://github.com/allenh1)) | ||
- Remove raw pointers [\#9](https://github.com/allenh1/YaSh/pull/9) ([allenh1](https://github.com/allenh1)) | ||
- Add travis CI [\#8](https://github.com/allenh1/YaSh/pull/8) ([allenh1](https://github.com/allenh1)) | ||
|
||
**Fixed bugs:** | ||
|
||
- Add regression test for \\#21. [\#22](https://github.com/allenh1/YaSh/pull/22) ([allenh1](https://github.com/allenh1)) | ||
- Fix crash [\#17](https://github.com/allenh1/YaSh/pull/17) ([allenh1](https://github.com/allenh1)) | ||
- Don't run the zombie test if you're travis. [\#16](https://github.com/allenh1/YaSh/pull/16) ([allenh1](https://github.com/allenh1)) | ||
- Fix ctl + del. [\#14](https://github.com/allenh1/YaSh/pull/14) ([allenh1](https://github.com/allenh1)) | ||
- Fix minor bug I created by "optimizing". [\#13](https://github.com/allenh1/YaSh/pull/13) ([allenh1](https://github.com/allenh1)) | ||
|
||
**Merged pull requests:** | ||
|
||
- Fix copyright. No offense. [\#12](https://github.com/allenh1/YaSh/pull/12) ([allenh1](https://github.com/allenh1)) | ||
- Fix up arrow behavior to not skip the last command. [\#7](https://github.com/allenh1/YaSh/pull/7) ([allenh1](https://github.com/allenh1)) | ||
- Add missing returns to the shell-readline handlers. [\#6](https://github.com/allenh1/YaSh/pull/6) ([allenh1](https://github.com/allenh1)) | ||
|
||
## [v0.0.8-rc](https://github.com/allenh1/YaSh/tree/v0.0.8-rc) (2017-10-07) | ||
[Full Changelog](https://github.com/allenh1/YaSh/compare/v0.0.7...v0.0.8-rc) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Reverse Search through History [\#5](https://github.com/allenh1/YaSh/pull/5) ([allenh1](https://github.com/allenh1)) | ||
- Add scope exit [\#2](https://github.com/allenh1/YaSh/pull/2) ([allenh1](https://github.com/allenh1)) | ||
|
||
**Merged pull requests:** | ||
|
||
- Cleanup whitespace. [\#3](https://github.com/allenh1/YaSh/pull/3) ([allenh1](https://github.com/allenh1)) | ||
- Added proper copyright info to source. [\#1](https://github.com/allenh1/YaSh/pull/1) ([allenh1](https://github.com/allenh1)) | ||
|
||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
Binary file not shown.