Skip to content

Commit

Permalink
New version 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Jan 20, 2023
1 parent 37bbe15 commit 1276d0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 1.3.9 / 2023-01-20

* Avoid C expressions that trip some compilers

=== 1.3.8 / 2022-04-04

* Do not replace entities while parsing
Expand Down
2 changes: 1 addition & 1 deletion lib/xmlhash.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'xmlhash/xmlhash'

module Xmlhash
VERSION = '1.3.8'
VERSION = '1.3.9'

class XMLHash < Hash

Expand Down

0 comments on commit 1276d0e

Please sign in to comment.