From 92f31a43f1ff6ff3f806f9ef0edf371068ece2a3 Mon Sep 17 00:00:00 2001 From: Lars Jellema Date: Thu, 25 Jul 2019 22:01:42 +0200 Subject: [PATCH] Update changelog and remove outdated warning --- CHANGELOG.md | 9 +++++++++ README.md | 6 ------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546d3d42..12f9cd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ # Revision history for nixfmt +## 0.2.0 -- 2019-07-25 + +* Fixed indentation of binders and some other expressions. +* Use atomic writes to avoid data loss. +* Made idempotent. +* Pinned nixpkgs. +* Simplified some code. +* Many other formatting improvements. + ## 0.1.0 -- 2019-05-11 * The first released version of nixfmt. This project aims to provide a diff --git a/README.md b/README.md index 4cea0f90..7b162ba7 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@ - SPDX-License-Identifier: MPL-2.0 --> - -_Warning: This is a work in progress, and we do not recommend using this -tool on important code that was not properly backed-up as the -in place mode can result in data loss._ - - # `nixfmt` `nixfmt` is a formatter for Nix code, intended to easily apply a uniform style.