Skip to content

Commit e4f8306

Browse files
committed
create changelog.rst
1 parent 4e452e6 commit e4f8306

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/changelog.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Changelog
2+
*********
3+
4+
5+
**1.1.0**
6+
=========
7+
8+
Enhancements and bug fixes
9+
==========================
10+
11+
* Raise 404 ObjectNotFound when a single resource does not exist `#51`_ #- `@samuelfirst`_
12+
* Improve filter shortcuts `#53`_ #- `@igieon`_
13+
* Ability to use custom query string manager `#54`_ #- `@igieon`_
14+
* Pagination improvement use dict of ints and expect it everywhere `#55`_ #- `@igieon`_
15+
* Enable documented global decorators `#56`_ #- `@igieon`_
16+
* Patch request validates id match before loading schema `#57`_ #- `@igieon`_
17+
* Fix patch nested field partial update `#58`_ #- `@igieon`_
18+
19+
20+
.. _`@samuelfirst`: https://github.com/samuelfirst
21+
.. _`@igieon`: https://github.com/igieon
22+
23+
.. _`#51`: https://github.com/AdCombo/flask-combo-jsonapi/pull/51
24+
.. _`#53`: https://github.com/AdCombo/flask-combo-jsonapi/pull/53
25+
.. _`#54`: https://github.com/AdCombo/flask-combo-jsonapi/pull/54
26+
.. _`#55`: https://github.com/AdCombo/flask-combo-jsonapi/pull/55
27+
.. _`#56`: https://github.com/AdCombo/flask-combo-jsonapi/pull/56
28+
.. _`#57`: https://github.com/AdCombo/flask-combo-jsonapi/pull/57
29+
.. _`#58`: https://github.com/AdCombo/flask-combo-jsonapi/pull/58

docs/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ Flask-COMBO-JSONAPI with Flask.
7373
oauth
7474
configuration
7575

76+
.. toctree::
77+
:maxdepth: 2
78+
79+
changelog
80+
7681

7782
.. include:: ./minimal_api_example.rst
7883

0 commit comments

Comments
 (0)