History.md in rake-compiler-1.2.5 vs History.md in rake-compiler-1.2.6

- old
+ new

@@ -1,4 +1,14 @@ +### 1.2.6 / 2024-01-23 + +* Improvements: + * GH-232 GH-233: Changed to use `require` instead of copying content + of `rbconfig.rb` for `__FILE__` in `rbconfig.rb`. + [Patch by ParadoxV5] + +* Thanks: + * ParadoxV5 + ### 1.2.5 / 2023-08-03 * Fixes: * GH-225: Fixed a bug that `rake compile` may not work on Windows. [Reported by Lukasz Suleja]