summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2021-12-12 06:37:29 +0900
committerSutou Kouhei <kou@clear-code.com>2021-12-12 06:37:29 +0900
commit97a70a4af2c566ba86e2c32f2a49802d7b185343 (patch)
tree7b3bcc9a0b700a26eb2f780fb356381fce6802df
parent92b2d3ef46d191cabb02b9d164e3213dcade3659 (diff)
downloadrake-compiler-97a70a4af2c566ba86e2c32f2a49802d7b185343.tar.gz
Add 1.1.5 entryv1.1.5
-rw-r--r--History.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/History.md b/History.md
index 6e9f0ab..69f9fc5 100644
--- a/History.md
+++ b/History.md
@@ -1,3 +1,9 @@
+### 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]
+
### 1.1.4 / 2021-12-11
* Fixes: