Skip to content

Commit e4cced8

Browse files
mshaileshr@gmail.commshaileshr@gmail.com
authored andcommitted
changelog update
readme updated
1 parent e8b733e commit e4cced8

File tree

2 files changed

+27
-13
lines changed

2 files changed

+27
-13
lines changed

CHANGELOGS.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
1-
# Changelog
21

3-
-----------------------------
2+
CHANGELOG
3+
=============
44

5-
## Version 1.0.0
5+
*Date: 16-Jun-2020 - initial release*
66

7-
### May-18, 2019 -Initial Release
7+
**v1.0.0**
8+
============
89

9-
#### Initial release for the contentstack-python-sdk for Content Delivery API
10+
- **Stack**
11+
- Initialisation of stack has been modified
12+
- External config support moved to stack initialisation optional paramters
13+
- Added support for whereIn(String key) and whereNotIn(String key) methods in Query
1014

11-
-----------------------------
15+
- **Assets**
16+
- changes incorporated in Asset class.
1217

13-
## Version 0.1.0
18+
- **Entry**
19+
- changes incorporated in the entry class.
1420

15-
### November-18, 2019 -Beta Release
21+
- **Query**
22+
- Changes incorporated in the Query class.
1623

17-
#### Beta release for the contentstack-python-sdk for Content Delivery API
1824

1925
-----------------------------
26+
27+
*Date: 18-Nov-2019 - beta release*
28+
29+
**v0.0.1**
30+
============
31+
- Beta release for the contentstack-python SDK for Content Delivery API

changelog.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,24 @@
22
CHANGELOG
33
=========
44

5-
*Date: 18-Jun-2020 - initial release*
5+
*Date: 16-Jun-2020 - initial release*
66

77
**v1.0.0**
88
============
99

1010
- **Stack**
11+
- Initialisation of stack has been modified
12+
- External config support moved to stack initialisation optional paramters
1113
- Added support for whereIn(String key) and whereNotIn(String key) methods in Query
1214

1315
- **Assets**
14-
- changes for where function that accepts QueryOptions.
16+
- changes incorporated in Asset class.
1517

1618
- **Entry**
17-
- changes for where function that accepts QueryOptions.
19+
- changes incorporated in the entry class.
1820

1921
- **Query**
20-
- changes for where function that accepts QueryOptions.
22+
- Changes incorporated in the Query class.
2123

2224

2325
-----------------------------

0 commit comments

Comments
 (0)