From 1b3292b3968790ba9c2f0916dd2d89e4ba66f501 Mon Sep 17 00:00:00 2001 From: Wenbo Han Date: Tue, 20 Jun 2023 23:16:59 +0800 Subject: [PATCH] Upgrade v1.12.2 (#35) --- upgrade/v1.12.md | 16 ++++++++++++++-- zh/upgrade/v1.12.md | 12 ++++++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/upgrade/v1.12.md b/upgrade/v1.12.md index 5c44150..ddec8c0 100644 --- a/upgrade/v1.12.md +++ b/upgrade/v1.12.md @@ -2,9 +2,15 @@ [[toc]] +## v1.12.2 + +### Bug Fixes 🐛 + +- [The Problem Of facades.Gate() Return nil](#the-problem-of-facades-gate-return-nil) + ## v1.12.1 -### Bug 修复 🐛 +### Bug Fixes 🐛 - [The Panic Problem Caused By File Path Under Windows](#the-panic-problem-caused-by-file-path-under-windows) @@ -268,4 +274,10 @@ Version: v1.12.0 Version: v1.12.1 -Fix the panic problem caused by backslash when the `make` command automatically creates folders under windows. \ No newline at end of file +Fix the panic problem caused by backslash when the `make` command automatically creates folders under windows. + +### The Problem Of facades.Gate() Return nil + +Version: v1.12.2 + +Fix the problem of `facades.Gate()` return nil diff --git a/zh/upgrade/v1.12.md b/zh/upgrade/v1.12.md index 63b5034..eca5a12 100644 --- a/zh/upgrade/v1.12.md +++ b/zh/upgrade/v1.12.md @@ -2,6 +2,12 @@ [[toc]] +## v1.12.2 + +### Bug 修复 🐛 + +- [facades.Gate() 返回 nil 的问题](#facades-gate-返回-nil-的问题) + ## v1.12.1 ### Bug 修复 🐛 @@ -269,3 +275,9 @@ Version: v1.12.0 Version: v1.12.1 修复 windows 下,`make` 命令自动创建文件夹时,由于反斜杠引发 panic 的问题。 + +### facades.Gate() 返回 nil 的问题 + +Version: v1.12.2 + +修复 facades.Gate() 返回 nil 的问题。