We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589783f commit b143e81Copy full SHA for b143e81
2 files changed
HISTORY
@@ -1,5 +1,10 @@
1
= Release History
2
3
+== 4.1.1 / 2023-05-01
4
+
5
+* Fix compile warning (or error) for input_callbacks_register_input_callbacks (Charlie Savage)
6
+* Remove call to deprecated function htmlDefaultSAXHandlerInit (Charlie Savage)
7
8
== 4.1.0 / 2023-04-30
9
10
* Fix compile warning (or error) for rxml_encoding_to_rb_encoding (Charlie Savage)
ext/libxml/ruby_xml_version.h
@@ -5,5 +5,5 @@
#define RUBY_LIBXML_VERNUM 400
#define RUBY_LIBXML_VER_MAJ 4
#define RUBY_LIBXML_VER_MIN 1
-#define RUBY_LIBXML_VER_MIC 0
+#define RUBY_LIBXML_VER_MIC 1
#define RUBY_LIBXML_VER_PATCH 0
0 commit comments