Skip to content

Commit b143e81

Browse files
committed
Version 4.1.1
1 parent 589783f commit b143e81

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

HISTORY

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
= Release History
22

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+
38
== 4.1.0 / 2023-04-30
49

510
* Fix compile warning (or error) for rxml_encoding_to_rb_encoding (Charlie Savage)

ext/libxml/ruby_xml_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
#define RUBY_LIBXML_VERNUM 400
66
#define RUBY_LIBXML_VER_MAJ 4
77
#define RUBY_LIBXML_VER_MIN 1
8-
#define RUBY_LIBXML_VER_MIC 0
8+
#define RUBY_LIBXML_VER_MIC 1
99
#define RUBY_LIBXML_VER_PATCH 0

0 commit comments

Comments
 (0)