History.md in rake-compiler-1.2.2 vs History.md in rake-compiler-1.2.3
- old
+ new
@@ -1,5 +1,19 @@
+### 1.2.3 / 2023-05-30
+
+* Enhancements:
+ * GH-217: Added support for `nil` in build options again.
+ [Patch by Mike Dalessio]
+
+* Fixes:
+ * GH-219: Fixed a typo in documentation.
+ [Patch by y-yagi]
+
+* Thanks:
+ * Mike Dalessio
+ * y-yagi
+
### 1.2.2 / 2023-05-25
* Enhancements:
* GH-211: Added `extra_sources` that is for dynamic sources.
[Patch by James Tucker]
@@ -7,10 +21,10 @@
[Patch by James Pavel Rosický]
* GH-215: Added support for extra options with space.
[Reported by Jun Aruga]
* Fixes:
- * GH-211: Fixed a typo in documentation.
+ * GH-212: Fixed a typo in documentation.
[Patch by Jan-Benedikt Jagusch]
* Thanks:
* James Tucker
* Jan-Benedikt Jagusch