From 80950e33c94873276a40316ed30942cb6c20eebd Mon Sep 17 00:00:00 2001 From: Pierre Peltier Date: Fri, 2 Aug 2019 15:51:12 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7628ae1..cfa7caa82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.16.0] - 2019-08-02 +### Added +- Add the flag `--blocks` from [meain](https://github.com/meain) +- Add the flag `--no-symlink` from [meain](https://github.com/meain) +- Add the `bytes` option to the `--size` flag from [Philipp-M](https://github.com/Philipp-M) +- Add the flag `--total-size` from [Philipp-M](https://github.com/Philipp-M) +- Add some icons from [JayXon](https://github.com/JayXon) + +### Changed +- The flag `--tree` now works with the flag `--long` from [Monkeypac](https://github.com/Monkeypac) + +### Fixed +- Fix the padding before the file name + ## [0.15.1] - 2019-05-24 ### Added - Add the `Cargo.lock` icon from Holcomb