From 919ae2f158902232f0d743da396c610fc4c853a4 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Mon, 17 Jun 2019 20:14:59 +0800 Subject: [PATCH] update RLEASE --- RELEASE.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 55a85510..d10c7edb 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,12 @@ > Version numbers are based on [Semantic Versioning](https://semver.org/). +# v1.3.2 +- All-in-one source code + - You can use `include ;` or `use ;` if you don't want to care about dependencies. + +- Bugfixes + - `along_with`: Wrong variable scope. + # v1.3.1 - Bugfixes - `in_polyline`: Wrong parameter name.