Skip to content

Commit

Permalink
Add 3.2.0 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 31, 2018
1 parent 9e4fd55 commit a3eebf3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions NEWS.md
@@ -1,5 +1,26 @@
# News

## 3.2.0 - 2018-01-01 {#version-3-2-0}

### Fixes

* Fixed a bug that no namespace attribute isn't matched with prefix.

[ruby-list:50731][Reported by Yasuhiro KIMURA]

* Fixed a bug that the default namespace is applied to attribute names.

NOTE: It's a backward incompatible change. If your program has any
problem with this change, please report it. We may revert this fix.

* `REXML::Attribute#prefix` returns `""` for no namespace attribute.

* `REXML::Attribute#namespace` returns `""` for no namespace attribute.

### Thanks

* Yasuhiro KIMURA

## 3.1.9 - 2018-12-20 {#version-3-1-9}

### Improvements
Expand Down

0 comments on commit a3eebf3

Please sign in to comment.