From d491c10be6e7d2a6e9fb5c9f93b345fc35a80298 Mon Sep 17 00:00:00 2001 From: Andrew Keller Date: Sun, 14 Jan 2018 15:54:05 -0800 Subject: [PATCH] Update NEWS.md [skip ci] --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 0fd9721f..ce7d0804 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,7 @@ - Tweak implementation of `Gain` types for usability. - Implement `zero` and `one` for `Level` and `Gain`. - Add a few more cgs units. + - Tests pass on 32-bit systems, for the first time in a long time (ever?). - v0.6.1 - Permit symbols that are bound to `Number`s to be used in `u_str` macro, such that π and other non-literal numbers can be used.