diff --git a/ci/release_notes.md b/ci/release_notes.md deleted file mode 100644 index 1844ae10..00000000 --- a/ci/release_notes.md +++ /dev/null @@ -1,8 +0,0 @@ -# Fixes - -- Resolved an issue where the `(( calc ... ))` operator was confounded by certain - numeric data types, thinking that things like `int64` weren't numbers. - -# Acknowledgements - -Thanks for the fix @HeavyWombat!