From a429e565c76579d0dae29a97bf782c587ab8ade1 Mon Sep 17 00:00:00 2001 From: Andrew Keller Date: Fri, 8 Dec 2017 08:48:50 -0800 Subject: [PATCH] Update NEWS.md --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 822e7b9d..b58750bc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +- v0.5.1 + - Dimensionless quantities no longer lose their units when dividing by a real number. + - Ranges constructed via `range` or `colon` should work more reliably (e.g., 0:10°:350° works now). - v0.5.0 - Add `dBΩ` and `dBS` to permit working with impedances and admittances in dB. These are used in the Touchstone format and in microwave measurements.