CHANGELOG.md in sym-2.5.3 vs CHANGELOG.md in sym-2.6.0

- old
+ new

@@ -2,9 +2,25 @@ ## [HEAD](https://github.com/kigster/sym/tree/HEAD) [Changes since the last tag](https://github.com/kigster/sym/compare/v2.5.1...HEAD) +## [v2.6.0](https://github.com/kigster/sym/tree/v2.6.0) (2017-03-11) +[Full Changelog](https://github.com/kigster/sym/compare/v2.5.3...v2.6.0) + + * Added `Sym::MagicFile` API for easy access to encrypted files. + * Moving output processing into the `Sym::Application` class. + +## [v2.5.3](https://github.com/kigster/sym/tree/v2.5.3) (2017-03-09) +[Full Changelog](https://github.com/kigster/sym/compare/v2.5.2...v2.5.3) + + * Added a "\n" to all printouts to STDOUT as long as it's a TTY + +## [v2.5.2](https://github.com/kigster/sym/tree/v2.5.2) (2017-03-06) +[Full Changelog](https://github.com/kigster/sym/compare/v2.5.1...v2.5.2) + + * Minor bug fixes around `symit` bash script, and `--bash-support` flag. + ## [v2.5.1](https://github.com/kigster/sym/tree/v2.5.0) (2017-03-06) [Full Changelog](https://github.com/kigster/sym/compare/v2.5.0...v2.5.1) * Moved `symit` into `bin/` folder, and now installing it into `~/.sym.symit` with `-B/--bash-support` flag. * `symit` now works as a bash function installed together with the completion.