Skip to content

Commit

Permalink
Update to roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Feb 17, 2016
1 parent da62aef commit 63fb7b5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Roadmap for 2.0
# Roadmap for API Changes

## overhaul serialize/pretty printing API

Expand Down Expand Up @@ -99,3 +99,13 @@ So, instead, let's make alternative methods like
`Nokogiri::XML::Document#new_comment`, and recommend those as the
proper convention.


## `collect_namespaces` is just broken

`collect_namespaces` is returning a hash, which means it can't return
namespaces with the same prefix. See this issue for background:

> https://github.com/sparklemotion/nokogiri/issues/885
Do we care? This seems like a useless method, but then again I hate
XML, so what do I know?

0 comments on commit 63fb7b5

Please sign in to comment.