Skip to content

Commit

Permalink
docs(changelogs): fix changelog format (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos committed Nov 23, 2022
1 parent 96300b7 commit a4724cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docsrc/source/pages/reference/changelog/v3_3_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog v3.3.1
----------------

🐛 Bug fixes
^^^^^^^^^^^
^^^^^^^^^^^^

- remove unused imports
(`66864c1 <https://github.com/ydataai/pandas-profiling/commit/66864c15cfa9b80cb426957e17410c579425d450>`__)
Expand Down
6 changes: 3 additions & 3 deletions docsrc/source/pages/reference/changelog/v3_4_0.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog v3.4.0
================
----------------

🐛 Bug fixes
-----------
^^^^^^^^^^^^

- correlation passing extra parameters
(`#1114 <https://github.com/ydataai/pandas-profiling/issues/1114>`__)
Expand All @@ -29,7 +29,7 @@ Changelog v3.4.0
(`985fbd1 <https://github.com/ydataai/pandas-profiling/commit/985fbd1fc0e826bda3ac1b725fa8842013743ab3>`__)

🎉 Features
----------
^^^^^^^^^^^^

- add support for Pandas 1.5
(`#1076 <https://github.com/ydataai/pandas-profiling/issues/1076>`__)
Expand Down
8 changes: 4 additions & 4 deletions docsrc/source/pages/reference/changelog/v3_5_0.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog v3.5.0
### Changelog v3.5.0


### 🐛 Bug fixes
#### 🐛 Bug fixes

* change context managed backend ([#1149](https://github.com/ydataai/pandas-profiling/issues/1149)) ([11e1a8a](https://github.com/ydataai/pandas-profiling/commit/11e1a8a3fa8d13513fe926b731fb907a066af2a1))
* dataset names on comparison report ([#1159](https://github.com/ydataai/pandas-profiling/issues/1159)) ([3c14d43](https://github.com/ydataai/pandas-profiling/commit/3c14d438d9a557ac85f5663cc3446c0fb3081e18))
Expand All @@ -13,8 +13,8 @@
* update repository links ([#1141](https://github.com/ydataai/pandas-profiling/issues/1141)) ([c742c5d](https://github.com/ydataai/pandas-profiling/commit/c742c5dbeb18fe2907a4c03792e8802993c46da5))


### 🎉 Features
#### 🎉 Features

* add typechecking to profile report ([#1139](https://github.com/ydataai/pandas-profiling/issues/1139)) ([ec8ece0](https://github.com/ydataai/pandas-profiling/commit/ec8ece0de394eb4c2918bb6a74f0c5e5bb77ca61))
* report comparison example ([#1160](https://github.com/ydataai/pandas-profiling/issues/1160)) ([5e75fd2](https://github.com/ydataai/pandas-profiling/commit/5e75fd275d14c8ce7ba49d0a15ec26810c4c0e73))
* report comparisons ([#1069](https://github.com/ydataai/pandas-profiling/issues/1069)) ([70ee5c7](https://github.com/ydataai/pandas-profiling/commit/70ee5c776ad0c72d709631690a2df1cde5ca0424)), closes [#1137](https://github.com/ydataai/pandas-profiling/issues/1137) [#1136](https://github.com/ydataai/pandas-profiling/issues/1136) [#1143](https://github.com/ydataai/pandas-profiling/issues/1143) [#1148](https://github.com/ydataai/pandas-profiling/issues/1148) [#1150](https://github.com/ydataai/pandas-profiling/issues/1150)
* report comparisons ([#1069](https://github.com/ydataai/pandas-profiling/issues/1069)) ([70ee5c7](https://github.com/ydataai/pandas-profiling/commit/70ee5c776ad0c72d709631690a2df1cde5ca0424)), closes [#1137](https://github.com/ydataai/pandas-profiling/issues/1137) [#1136](https://github.com/ydataai/pandas-profiling/issues/1136) [#1143](https://github.com/ydataai/pandas-profiling/issues/1143) [#1148](https://github.com/ydataai/pandas-profiling/issues/1148) [#1150](https://github.com/ydataai/pandas-profiling/issues/1150)

0 comments on commit a4724cf

Please sign in to comment.