summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c42283d..ddbbde0 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,12 @@ Version 0.13.2+git, not yet released
* Christian Schlüter added support for f2fs labels in the `mkfs` step.
+* Step runners may now implement the `run_even_if_skipped` method to
+ have code that is run whether the step is skipped or not. The
+ `debootstrap` step now uses this to run `apt-get update` always.
+ This allows a rootfs tarball that is old to be used, without the
+ Packages files being too old to be usable.
+
Version 0.13.2, released 2018-05-06
------------------------------------