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 Nov 16, 2020
1 parent d823eff commit 440c3ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## v0.3.0

- Add Featured field to Entry.Meme struct.

## v0.2.9

- Add Title field to Entry.Canonical struct.
Expand Down
1 change: 1 addition & 0 deletions feedly/entries.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ type Entry struct {
Keywords []string `json:"keywords,omitempty"`
Language *string `json:"language,omitempty"`
Memes []struct {
Featured *bool `json:"featured,omitempty"`
ID *string `json:"id,omitempty"`
Label *string `json:"label,omitempty"`
Score *float64 `json:"score,omitempty"`
Expand Down

0 comments on commit 440c3ef

Please sign in to comment.