Skip to content

Commit

Permalink
Add missing fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
sherif-fanous committed Aug 8, 2020
1 parent ace17f8 commit e61f9ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/
.vscode/
go-feedly.code-workspace
testdata/OAuth2Token.json
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## v0.2.7

- Migrate from Goland to VSCode
- Add Title field to Entry.Enclosure struct.

## v0.2.6

- Add Title field to Entry.Alternate struct.
Expand Down
1 change: 1 addition & 0 deletions feedly/entries.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ type Entry struct {
HRef *string `json:"href,omitempty"`
Height *int `json:"height,omitempty"`
Length *int `json:"Length,omitempty"`
Title *string `json:"title,omitempty"`
Type *string `json:"type,omitempty"`
Width *int `json:"width,omitempty"`
UnmappedFields map[string]interface{} `json:"-" mapstructure:",remain"`
Expand Down

0 comments on commit e61f9ee

Please sign in to comment.