History.md in rake-compiler-1.1.5 vs History.md in rake-compiler-1.1.6

- old
+ new

@@ -1,4 +1,9 @@ +### 1.1.6 / 2021-12-12 + +* Fixes: + * Fix a regression bug that `Symbol` can't be used for `name` of `Rake::ExtensionTask.new`. + ### 1.1.5 / 2021-12-12 * Fixes: * Fix a regression bug that wrong install location is used when name that includes `/` is specified to `Rake::ExtensionTask.new`. [#196](https://github.com/rake-compiler/rake-compiler/issues/196) [Reported by konsolebox]