File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11= Release History
22
3- == 4.0.1 / 2023-04-30
3+ == 4.1.0 / 2023-04-30
44
55* Fix compile warning (or error) for rxml_encoding_to_rb_encoding (Charlie Savage)
6- * Remove LibXML::XML.features since its uses functionality deprecated in LibXML (Charlie Savage)
6+ * Breaking - Remove LibXML::XML.features since its uses functionality deprecated in LibXML (Charlie Savage)
77
88== 4.0.0 / 2022-12-28
99
Original file line number Diff line number Diff line change 1- /* Don't nuke this block! It is used for automatically updating the
2- * versions below. VERSION = string formatting, VERNUM = numbered
3- * version for inline testing: increment both or none at all.*/
4- #define RUBY_LIBXML_VERSION "4.0 .0"
5- #define RUBY_LIBXML_VERNUM 400
6- #define RUBY_LIBXML_VER_MAJ 4
7- #define RUBY_LIBXML_VER_MIN 0
8- #define RUBY_LIBXML_VER_MIC 0
9- #define RUBY_LIBXML_VER_PATCH 0
1+ /* Don't nuke this block! It is used for automatically updating the
2+ * versions below. VERSION = string formatting, VERNUM = numbered
3+ * version for inline testing: increment both or none at all.*/
4+ #define RUBY_LIBXML_VERSION "4.1 .0"
5+ #define RUBY_LIBXML_VERNUM 400
6+ #define RUBY_LIBXML_VER_MAJ 4
7+ #define RUBY_LIBXML_VER_MIN 1
8+ #define RUBY_LIBXML_VER_MIC 0
9+ #define RUBY_LIBXML_VER_PATCH 0
You can’t perform that action at this time.
0 commit comments