From ad4b96206b03466f662e6a1adf7e160b1ec37298 Mon Sep 17 00:00:00 2001 From: Jeremy Evans Date: Mon, 1 Jan 2024 09:04:51 -0800 Subject: [PATCH] Fix typo in 5.76.0 release notes --- doc/release_notes/5.76.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release_notes/5.76.0.txt b/doc/release_notes/5.76.0.txt index 293cb906b..f15eb5cd1 100644 --- a/doc/release_notes/5.76.0.txt +++ b/doc/release_notes/5.76.0.txt @@ -42,7 +42,7 @@ = Other Improvements -* Time/DateTime/SQLite literalization speed has more than doubled +* Time/DateTime/SQLTime literalization speed has more than doubled compared to the previous version. The internal code is also much simpler, as the speedup resulted from removing multiple abstraction layers that mostly existed for Ruby 1.8 support.