Skip to content

Commit 887de1b

Browse files
committed
Update CHANGELOG.md, conf.py, and 00_revision_history.rst for 3.0.0-rc.4
CHANGELOG.md docs/source/getting_started/00_revision_history.rst - Added a note about the bug fix to int/feuler.f90 docs/source/conf.py - Updated version number to 3.0.0-rc.4 Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
1 parent 9360ea3 commit 887de1b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [3.0.0-rc.2]
8+
## [3.0.0-rc.4]
99

1010
### Added
1111

@@ -46,6 +46,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4646
- Fixed incorrect license string in .zenodo.json
4747
- Added extra `free()` statements in `src/gen.c` to avoid memory
4848
leaks
49+
- Bug fix in int/feuler.f90: FIX must be the 2nd argument passed to
50+
routine Fun (from routine FunTemplate)
4951

5052
### Removed
5153
- bibtex.json (no longer needed w/ Sphinx 3.5.4)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "A. Sandu, R. Sander, M. Long, H. Lin, and R. Yantosca"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "3.0.0-rc.2"
26+
release = "3.0.0-rc.4"
2727

2828

2929
# -- General configuration ---------------------------------------------------

docs/source/getting_started/00_revision_history.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ KPP 3.0.0
7171
- :code:`Fun()` no longer uses Vdotout since it can be retrieved from
7272
:code:`Vdot`.
7373

74+
- Fixed a bug in :file:`int/feuler.f90`, where the wrong argument was
75+
being passed to routine :code:`Fun`.
76+
7477
.. _kpp260:
7578

7679
=========

0 commit comments

Comments
 (0)