From b714b69d29d14b3bbf7eb23ece216822b43f6f2e Mon Sep 17 00:00:00 2001 From: Andrew Keller Date: Mon, 6 Mar 2017 10:45:34 -0800 Subject: [PATCH] Update NEWS.md [skip ci] --- NEWS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a962e42a..726ded4f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,8 @@ This will not change behavior for most people; it just ensures promotion won't fail for quantities with user-defined dimensions. - Remove `mod_fast` in anticipation of Julia PR [#20859](https://github.com/JuliaLang/julia/pull/20859). - + - Allow tolerance args for `isapprox` [#57](https://github.com/ajkeller34/Unitful.jl/pull/57) + - v0.1.2 - On Julia 0.6, exponentiation by a literal is now type stable for integers.