From 83c72a92450fd7f73fd9d3f9f90f037d45910f34 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 12 Aug 2023 07:34:28 +0300 Subject: [PATCH] release v12.2.3 --- HISTORY.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index bfd26c8f..b81aed4c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -23,10 +23,12 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene Changes apply to `master` branch. -# Sat, 12 Aug 2023 | v12.2.2 +# Sat, 12 Aug 2023 | v12.2.3 - Add new `iris.WithDynamicHandler` option (`EnableDynamicHandler` setting) to work with `iris.Application.RefreshRouter` method. It allows to change the entire router while your server is up and running. Handles [issue #2167](https://github.com/kataras/iris/issues/2167). Example at [_examples/routing/route-state/main.go](_examples/routing/route-state/main.go). +> We jumped v12.2.2. + # Mon, 17 July 2023 | v12.2.1 - Add `mvc.Application.EnableStructDependents()` method to handle [#2158](https://github.com/kataras/iris/issues/2158).