Skip to content

Commit ed38304

Browse files
committed
Removed "Contributors" section from release notes.
1 parent 5220894 commit ed38304

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

release-notes.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,15 @@ Load your XBRL document with the `XbrlDocument` class and work with your XBRL do
66

77
The [Wiki](https://github.com/JeffFerguson/gepsio/wiki) area of [the Github repository for Gepsio](https://github.com/JeffFerguson/gepsio/) includes a section called "Working with Gepsio" that describes how to use Gepsio to work with XBRL document instances.
88

9-
# Contributors
10-
11-
- [Jeff Ferguson](https://github.com/JeffFerguson) (all contributions by Jeff Ferguson unless otherwise noted)
12-
13-
Thank you for your contributions!
14-
159
# Design
10+
1611
- Gepsio now supports the direct loading of schemas and linkbase documents hosted on `sec.gov`. Previous versions of Gepsio supported the loading of XBRL document instances hosted on `sec.gov`, but did not support the loading of any ancillary documents also hosted on `sec.gov`.
1712

1813
# Bug Fixes
1914

2015
- Fixed a bug which caused XBRL document instances hosted on `sec.gov` to report schema load errors and report that no facts are available in the instance. See the Design note for more information. This fixes [Issue 56](https://github.com/JeffFerguson/gepsio/issues/56).
2116
- Fixed a bug which caused calls to `GetHashCode()` on schema `Element` objects without explicitly defined `ID` attributes to throw a `NullReferenceException`. This fixes [Issue 57](https://github.com/JeffFerguson/gepsio/issues/57).
22-
-
17+
2318
# Breaking Changes
2419

2520
- No changes from the previous release.

0 commit comments

Comments
 (0)