summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog14
1 files changed, 13 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index c15ddf9..1731aaa 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,16 @@
+
+2026-02-16 Jérémy Zurcher <jeremy@asynk.ch>
+ * release 0.1.9
+ * support nil meth
+ * may override view in partial call
+ * local variables, recursion check, instance level partial method
+ * partial(env, …) -> partial(… env: {}, no_hooks: false)
+ * use securerandom
+
+2025-04-09 Jérémy Zurcher <jeremy@asynk.ch>
+ * release 0.1.8
+ * bundle update
+
2024-10-01 Jérémy Zurcher <jeremy@asynk.ch>
* release 0.1.7
* debug to stdout
@@ -5,7 +18,6 @@
* fix error404 msg
* use keyword arguments
-
2024-08-20 Jérémy Zurcher <jeremy@asynk.ch>
* release 0.1.6
* fix specs