aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Changelog 1.15.6 (#17457) (#17468)zeripath2021-10-281-0/+11
| | | | | | | | | | | | | | Frontport #17457 ## [1.15.6](https://github.com/go-gitea/gitea/releases/tag/v1.15.6) - 2021-10-28 * BUGFIXES * Prevent panic in serv.go with Deploy Keys (#17434) (#17435) * Fix CSV render error (#17406) (#17431) * Read expected buffer size (#17409) (#17430) * Ensure that restricted users can access repos for which they are members (#17460) (#17464) * Make commit-statuses popup show correctly (#17447) (#17466) * TESTING * Add integration tests for private.NoServCommand and private.ServCommand (#17456) (#17463)
* Frontport Changelog 1.15.5 (#17392) (#17401)zeripath2021-10-221-0/+17
|
* changelog for 1.15.4 (frontport) (#17273)techknowlogick2021-10-081-0/+23
|
* Changelog 1.15.3 (#17091) (#17113)65432021-09-221-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## [1.15.3](https://github.com/go-gitea/gitea/releases/tag/v1.15.3) - 2021-09-19 * ENHANCEMENTS * Add fluid to ui container class to remove margin (#16396) (#16976) * Add caller to cat-file batch calls (#17082) (#17089) * BUGFIXES * Render full plain readme. (#17083) (#17090) * Upgrade xorm to v1.2.4 (#17059) * Fix bug of migrate comments which only fetch one page (#17055) (#17058) * Do not show issue context popup on external issues (#17050) (#17054) * Decrement Fork Num when converting from Fork (#17035) (#17046) * Correctly rollback in ForkRepository (#17034) (#17045) * Fix missing close in WalkGitLog (#17008) (#17009) * Add prefix to SVG id/class attributes (#16997) (#17000) * Fix bug of migrated repository not index (#16991) (#16996) * Skip AllowedUserVisibilityModes validation on update user if it is an organisation (#16988) (#16990) * Fix storage Iterate bug and Add storage doctor to delete garbage attachments (#16971) (#16977) * Fix issue with issue default mail template (#16956) (#16975) * Ensure that rebase conflicts are handled in updates (#16952) (#16960) * Prevent panic on diff generation (#16950) (#16951) Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Changelog 1.15.2 (#16940) (#16944)zeripath2021-09-041-0/+6
| | | | | | | | | ## [1.15.2](https://github.com/go-gitea/gitea/releases/tag/v1.15.2) - 2021-09-03 * BUGFIXES * Add unique constraint back into issue_index (#16938) * Close storage objects before cleaning (#16934) (#16942) Signed-off-by: Andrew Thornton <art27@cantab.net>
* Changelog for 1.14.7 (#16924) (#16928)zeripath2021-09-031-0/+9
| | | | | | | | | | * BUGFIXES * Add missing gitRepo close at GetDiffRangeWithWhitespaceBehavior (Partial #16894) (#16896) * Fix wiki raw commit diff/patch view (#16891) (#16893) * Ensure wiki repos are all closed (#16886) (#16889) * Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16849) * Recreate Tables should Recreate indexes on MySQL (#16718) (#16740) Signed-off-by: Andrew Thornton <art27@cantab.net>
* Changelog 1.15.1 (#16925) (#16929)zeripath2021-09-021-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## [1.15.1](https://github.com/go-gitea/gitea/releases/tag/v1.15.1) - 2021-09-02 * BUGFIXES * Allow BASIC authentication access to /:owner/:repo/releases/download/* (#16916) (#16923) * Prevent leave changes dialogs due to autofill fields (#16912) (#16920) * Ignore review comment when ref commit is missed (#16905) (#16919) * Fix wrong attachment removal (#16915) (#16917) * Gitlab Migrator: dont ignore reactions of last request (#16903) (#16913) * Correctly return the number of Repositories for Organizations (#16807) (#16911) * Test if LFS object is accessible (#16865) (#16904) * Fix git.Blob.DataAsync(): close pipe since we return a NopCloser (#16899) (#16900) * Fix dump and restore respository (#16698) (#16898) * Repare and Improve GetDiffRangeWithWhitespaceBehavior (#16894) (#16895) * Fix wiki raw commit diff/patch view (#16891) (#16892) * Ensure wiki repos are all closed (#16886) (#16888) * List limited and private orgs if authenticated on API (#16866) (#16879) * Simplify split diff view generation and remove JS dependency (#16775) (#16863) * Ensure that the default visibility is set on the user create page (#16845) (#16862) * In Render tolerate not being passed a context (#16842) (#16858) * Upgrade xorm to v1.2.2 (#16663) & Add test to ensure that dumping of login sources remains correct (#16847) (#16848) * Report the correct number of pushes on the feeds (#16811) (#16822) * Add primary_key to issue_index (#16813) (#16820) * Prevent NPE on empty commit (#16812) (#16819) * Fix branch pagination error (#16805) (#16816) * Add missing return to handleSettingRemoteAddrError (#16794) (#16795) * Remove spurious / from issues.opened_by (#16793) * Ensure that template compilation panics are sent to the logs (#16788) (#16792) * Update caddyserver/certmagic (#16789) (#16790) Signed-off-by: Andrew Thornton <art27@cantab.net>
* frontport: 1.15.0 changelog (#16772)techknowlogick2021-08-221-47/+45
| | | | | * frontport: 1.15.0 changelog * Update config.yaml
* Changelog for 1.15.0-rc3 (#16621) (#16645)zeripath2021-08-071-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frontport #16621 ## [1.15.0-rc3](https://github.com/go-gitea/gitea/releases/tag/v1.15.0-rc3) - 2021-08-06 * BREAKING * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590) (#16606) * SECURITY * Upgrade to the latest version of golang-jwt and increase minimum go to 1.15 (#16590) (#16606) * Correctly create of git-daemon-export-ok files (#16508) (#16514) * Don't show private user's repo in explore view (#16550) (#16554) * Update node tar dependency to 6.1.6 (#16622) (#16623) * API * Swagger AccessToken fixes (#16574) (#16597) * Set AllowedHeaders on API CORS handler (#16524) (#16618) * BUGFIXES * Restore Accessibility for Dropdown (#16576) (#16617) * Pass down SignedUserName down to AccessLogger context (#16605) (#16616) * Fix table alignment in markdown (#16596) (#16602) * Fix 500 on first wiki page (#16586) (#16598) * Lock goth/gothic and Re-attempt OAuth2 registration on login if registration failed at startup (#16564) (#16570) * Upgrade levelqueue to v0.4.0 (#16560) (#16561) * Handle too long PR titles correctly (#16517) (#16549) * Fix data race in bleve indexer (#16474) (#16509) * Restore CORS on git smart http protocol (#16496) (#16506) * Fix race in log (#16490) (#16505) * Fix prepareWikiFileName to respect existing unescaped files (#16487) (#16498) * Make cancel from CatFileBatch and CatFileBatchCheck wait for the command to end (#16479) (#16480) * Update notification table with only latest data (#16445) (#16469) * Revert to use alpine 3.13 (#16451) (#16452) * Fix crash following ldap authentication update (#16447) (#16448) * Fix direct creation of external users on admin page (partial #16612) (#16613) * Prevent 500 on draft releases without tag (#16634) (#16636) Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: Lauris BH <lauris@nix.lv>
* Frontport changelog for v1.14.6 (#16632)zeripath2021-08-051-0/+10
| | | | | | | | | | | * Frontport changelog for v1.14.6 Changelog frontported to below v1.15.0-rc1. Signed-off-by: Andrew Thornton <art27@cantab.net> * Update config.yaml Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Changelog for 1.15.0-rc2 (#16511) (#16515)zeripath2021-07-221-0/+13
| | | | | | | | * Changelog for 1.15.0-rc2 Results of `~/go/bin/changelog -m 1.15.0 --after 16422 generate` We need to release RC2 as there are mulitple problems with alpine 3.14 related to the seccomp issues on Docker <20.
* Frontport v1.14.5 (#16454)zeripath2021-07-161-0/+12
| | | | | | | | | | | | | | * Frontport v1.14.5 Frontport #16450 Frontport the changelog from v1.14.5 Signed-off-by: Andrew Thornton <art27@cantab.net> * Update config.yaml Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Changelog for v1.15.0-rc1 (#16422)v1.15.0-rc165432021-07-151-0/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * changelog -m 1.15.0 generate * enhance changelog * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: techknowlogick <matti@mdranta.net> * move SECURITY before FEATURES * move ENHANCEMENTS above BUGFIXES * as per techknowlogick * more * node16 * Apply suggestions from code review Co-authored-by: Kyle D. <kdumontnu@gmail.com> * next * Apply suggestions from code review * Update CHANGELOG.md Co-authored-by: Norwin <noerw@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: Kyle D. <kdumontnu@gmail.com> Co-authored-by: Norwin <noerw@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Changelog for v1.14.4 (#16348) (#16351)65432021-07-061-0/+13
| | | | | | | * Changelog for v1.14.4 (#16348) * docs: bump version Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Changelog v1.14.3 (#16131) (#16196)65432021-06-181-0/+50
| | | | | | | Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: zeripath <art27@cantab.net>
* Changelog v1.14.2 (#15794) (#15799)65432021-05-091-0/+50
| | | | | | | | | | * Changelog v1.14.2 (#15794) * changelog tool generate * format & add Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net>
* frontport: 1.14.1 changelog (#15503)techknowlogick2021-04-161-0/+30
| | | Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Changelog v1.14.0 (#15360) (#15400)65432021-04-111-13/+22
| | | | | | | | | * Changelog v1.14.0 (#15360) * clean & merge & update v1.14.0 changelog * backport v1.13.x changelogs * update latest gitea version
* [Frontport] Changelog (v1.13.6, v1.13.7, v1.14.0-rc2) (#15328)65432021-04-071-0/+37
| | | | | | | | | | | | | * Changelog v1.13.7 (#15319) * Update Changelog (#15322) * update * next * RC2 * Update Docs Version
* Changelog v1.13.5 (#15084) (#15093)65432021-03-211-1/+22
| | | | | * Changelog v1.13.5 (#15084) * fix unrel. nit
* Changelog for 1.14.0-RC1 (#14935)65432021-03-191-1/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog for 1.14.0-RC1 * api * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: zeripath <art27@cantab.net> * Apply suggestions from code review Co-authored-by: zeripath <art27@cantab.net> * update * Apply suggestions from code review Co-authored-by: techknowlogick <matti@mdranta.net> * Update CHANGELOG.md Co-authored-by: techknowlogick <matti@mdranta.net> * update * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: zeripath <art27@cantab.net> * Apply suggestions from code review * Move things to SECURITY that are SECURITY Signed-off-by: Andrew Thornton <art27@cantab.net> * Update CHANGELOG.md Co-authored-by: Lauris BH <lauris@nix.lv> * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: Norwin <noerw@users.noreply.github.com> * Update CHANGELOG.md Co-authored-by: Kyle D. <kdumontnu@gmail.com> * sort * Update CHANGELOG.md Co-authored-by: Kyle D. <kdumontnu@gmail.com> * :gitea: :rocket: * Update date Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Norwin <noerw@users.noreply.github.com> Co-authored-by: Kyle D. <kdumontnu@gmail.com>
* Changelog v1.13.4 (#14917) (#14920)65432021-03-081-0/+13
|
* Add changelog for v1.13.3 (#14877) (#14883)65432021-03-041-0/+23
| | | | | | | | | | | | | | | * Add changelog for v1.13.3 (#14877) Add changelog for v1.13.3 Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: techknowlogick <matti@mdranta.net> * Update Docs Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <matti@mdranta.net>
* Changelog v1.13.2 (#14535) (#14543)65432021-02-021-0/+32
|
* frontport 1.13.1 changelog (#14175)techknowlogick2020-12-281-0/+36
| | | | | | | * frontport 1.13.1 changelog * Update config.yaml Co-authored-by: zeripath <art27@cantab.net>
* frontport 1.13.0 changelog (#13790)techknowlogick2020-12-021-2/+43
|
* Update CHANGELOG.md (#13200)a10121127962020-10-181-1/+1
| | | Co-authored-by: zeripath <art27@cantab.net>
* Changelog v1.13.0-RC1 (#13142)65432020-10-141-0/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog v1.13.0 * reorder topics * impruve * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Goldmark ... * Add 12516 * Apply suggestions from code review * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: techknowlogick <matti@mdranta.net> * Apply suggestions from code review Co-authored-by: zeripath <art27@cantab.net> * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by: 6543 <6543@obermui.de> * Securety is more importand than Breaking ... Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: zeripath <art27@cantab.net>
* Changelog 1.12.5 (#13002) (#13003)John Olheiser2020-10-011-0/+27
| | | | | | | | | | | | | | | | | | | * Changelog 1.12.5 Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: techknowlogick <matti@mdranta.net> * Apply suggestions from code review Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: techknowlogick <matti@mdranta.net>
* Changelog for 1.12.4 release (#12687) (#12709)65432020-09-031-0/+27
| | | | | | | | | | | * Changelog for 1.12.4 release (#12687) Co-authored-by: zeripath <art27@cantab.net> * update gitea version in docs Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net>
* Changelog v1.12.3 (#12356) (#12357)65432020-07-281-0/+11
|
* Frontport Changelog of v1.12.2 (#12216)65432020-07-111-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog for v1.12.2 (#12214) * Changelog for v1.12.2 * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> * Update CHANGELOG.md Co-authored-by: mrsdizzie <info@mrsdizzie.com> Co-authored-by: mrsdizzie <info@mrsdizzie.com> * update docs Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: mrsdizzie <info@mrsdizzie.com>
* Changelog for v1.11.8 and v1.12.1 (#12006) (#12007)Lauris BH2020-06-221-0/+14
| | | | | * Changelog for v1.12.1 (#12006) * Update gitea version to latest release
* Changelog v1.12.0 (#11927) (#11957)65432020-06-181-0/+345
|
* Changelog v1.11.7 (#11953) (#11956)65432020-06-181-0/+9
| | | | | * Changelog v1.11.7 * Update CHANGELOG.md
* Add changelog for 1.11.6 (#11695) (#11700)guillep2k2020-05-311-0/+21
| | | | | | | | | | | | | | | | | | | | | | * Add changelog for 1.11.6 * Update CHANGELOG.md Co-authored-by: techknowlogick <matti@mdranta.net> * Update CHANGELOG.md Co-authored-by: techknowlogick <matti@mdranta.net> * Apply suggestions from @lafriks * #11459 is bugfix Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com> Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: Guillermo Prandi <guillep2k@users.noreply.github.com> Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Frontport Changelog for v1.11.5 (#11356)65432020-05-091-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | * Changelog v1.11.5 (#11329) * Changelog v1.11.5 * Apply suggestions from code review Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> * Update Changelog for 1.11.5 (#11347) * Update Changelog for 1.11.5 * bumb version in docs * Update CHANGELOG.md Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Changelog v1.11.4 (#10916) (#10917)65432020-04-011-0/+14
| | | | | | | | | | | * output of changelog * Apply suggestions from code review * Update CHANGELOG.md Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>
* Add changelog for v1.11.3 (#10700) (#10708)Lunny Xiao2020-03-111-0/+7
| | | | | | | | | | | * Add changelog for v1.11.3 * Apply suggestions from code review * Update CHANGELOG.md Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv>
* Changelog for v1.10.6 (#10699) (#10710)Lunny Xiao2020-03-111-0/+6
| | | | | | | | | | | | | * Changelog for v1.10.6 * Add warnning * Apply suggestions from code review Co-Authored-By: John Olheiser <john.olheiser@gmail.com> Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Changelog for v1.11.2 (#10627) (#10634)zeripath2020-03-061-0/+45
| | | | | | | | Forward port Changelog for v1.11.2 (#10627) Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: 6543 <6543@obermui.de>
* add changelog for v1.10.5 (#10628) (#10631)v1.10.5Lunny Xiao2020-03-061-0/+5
| | | Co-authored-by: zeripath <art27@cantab.net>
* Create Changelog for v1.11.1 release (#10286) (#10321)zeripath2020-02-171-0/+14
| | | | | | | | | | * Create Changelog * Update CHANGELOG.md * Include Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
* v1.10.4 Changelog (#10294) (#10306)zeripath2020-02-161-0/+13
| | | | | | | | | | * v1.10.4 Changelog * Add backport identifier for #10261 * Update CHANGELOG.md entry for #9884 Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com>
* Changelog 1.11.0 (#10204) (#10211)John Olheiser2020-02-101-55/+68
| | | | | Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Changelog 1.11.0-rc2 (#9853) (#9940)John Olheiser2020-01-221-2/+58
| | | | | | | | Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Changelog 1.10.3 (#9832) (#9850)65432020-01-171-0/+18
|
* Changelog for 1.11.0-RC1 (#9636)v1.11.0-rc165432020-01-081-26/+406
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generated Changelog * cormat, sort, fix * teamwork :) Co-Authored-By: techknowlogick <matti@mdranta.net> Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com> * next() * Next() * add last change * as @jolheiser suggested * Apply suggestions from code review Co-Authored-By: techknowlogick <matti@mdranta.net> * Apply suggestions from code review * Update CHANGELOG.md * Update CHANGELOG.md Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update CHANGELOG.md Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> * add bugfix + topic is plural * rest * Apply suggestions from code review * Apply suggestions from code review Co-Authored-By: techknowlogick <matti@mdranta.net> Co-authored-by: techknowlogick <matti@mdranta.net> Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> Co-authored-by: John Olheiser <42128690+jolheiser@users.noreply.github.com> Co-authored-by: zeripath <art27@cantab.net>
* Changelog for 1.10.2 (#9586)65432020-01-021-0/+20
|
* Changelog 1.10.1 (#9256) (#9262)John Olheiser2019-12-061-0/+21
| | | | | | | | | * Changelog for 1.10.1 * format ... * format * add @techknowlogick s suggestion