From 7f0ddda84ed67082a693e262d2b422a1baa71aef Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Sun, 10 Jul 2022 12:36:41 -0600 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 11 +++++++++++ README.md | 1 + 2 files changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index afda1a4..90bcd18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,17 @@ pushd integrations/vscode/ popd --> +### Added + +- A [Style Guide](./STYLE.md), explaining why certain decisions were taken + and why they are optimal. +- Integration guides for: Neovim, GNU Emacs. +- Published Alejandra as [a crate](https://crates.io/crates/alejandra). + +### Changed + +- Now running: `$ alejandra -` also formats stdin. + ## [1.5.0] - 2022-06-22 ### Changed diff --git a/README.md b/README.md index bf2386e..17939ca 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ Thank you ❤️ - [Rehno Lindeque](https://github.com/rehno-lindeque). - [Jörg Thalheim](https://github.com/Mic92). - [Vincent Ambo](https://github.com/tazjin). +- [Jamie Quigley](https://github.com/Sciencentistguy). - [Loïc Reynier](https://github.com/loicreynier). - [Mr Hedgehog](https://github.com/ModdedGamers). - [Tristan Maat](https://github.com/TLATER).