Skip to content

Commit c4694cb

Browse files
committed
Final changes for v3.0.0
Resolves #302 Resolves #303
1 parent 6b5a788 commit c4694cb

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Change Log -- Ray Tracing in One Weekend
22
====================================================================================================
33

44
----------------------------------------------------------------------------------------------------
5-
# v3.0.0 (in progress) / Current to b3f0bbc 2020-03-21
5+
# v3.0.0 (2020-03-23)
66

77
With the migration to a web format accomplished in v2.0.0, we immediately began work on a new major
88
release: v3.0.0. This release tackles the following key themes:
@@ -72,9 +72,11 @@ patch-level (fix) changes and some minor-level (addition) changes.
7272

7373
### _In One Weekend_
7474
- Change: Reworked Lambertian reflection text (#155)
75+
- Change: Revised the figure for computing a random reflection vector (#142)
7576
- New: Clarified text around the ideal Lambertian distribution (#155)
7677
- New: Additional explanatory text to the dielectric chapter
7778
- New: Image for hemispherical rendering
79+
- New: Image for dealing with front and back faces (#326)
7880
- Fix: Update `ray_color()` code blocks to match current source (#391)
7981

8082
### _The Next Week_

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ raytracing.github.io/ # Repository root
2626
style/ # CSS for books and web site
2727
```
2828

29+
The latest official release can be found in the `master` branch. All ongoing development work (and
30+
all of the latest changes) will be in the `development` branch.
31+
2932

3033
Issues
3134
-------
@@ -34,7 +37,8 @@ all kinds, even better ways to present something -- just go to the [issues page]
3437

3538
**Before creating a new issue**, please review existing issues to see if someone has already
3639
submitted the same one. Odds are you're not the first to encounter something, so a little quick
37-
research can save everyone some hassle.
40+
research can save everyone some hassle. It's also a good idea to verify that problems still exist in
41+
the `development` branch when creating new issues.
3842

3943
When entering a new issue, please include all relevant information. For content issues, include the
4044
book or books this applies to, and specific locations that should be reviewed. Similarly for code:
@@ -51,7 +55,7 @@ To contribute a change to the project, please follow these steps:
5155
duplicate other work planned or in progress, and makes sense for the next release.
5256

5357
3. Create your changes in a feature branch (or fork) from the `development` branch (_not_ from
54-
master).
58+
`master`).
5559

5660
4. Follow existing code style.
5761

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ These books have been formatted for both screen and print. For printed copies, o
1919
versions, use the print function in your browser.
2020

2121

22+
Branches
23+
---------
24+
The `master` branch contains the code at latest release. All ongoing development, with all of the
25+
latest changes, can be found in the `development` branch. If you have issues to file, you may want
26+
to check to see if they're still present in the `development` branch.
27+
28+
2229
Downloading The Source Code
2330
----------------------------
2431
The [GitHub home][] for this project contains all source and documentation associated with the _Ray

books/RayTracingInOneWeekend.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Peter Shirley
88
edited by Steve Hollasch and Trevor David Black
99
<br>
10-
Version 3.0.0, 2020-Jan-XX
10+
Version 3.0.0, 2020-Mar-23
1111
<br>
1212
Copyright 2018-2020 Peter Shirley. All rights reserved.
1313

books/RayTracingTheNextWeek.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Peter Shirley
88
edited by Steve Hollasch and Trevor David Black
99
<br>
10-
Version 3.0.0, 2020-Jan-XX
10+
Version 3.0.0, 2020-Mar-23
1111
<br>
1212
Copyright 2018-2020 Peter Shirley. All rights reserved.
1313

books/RayTracingTheRestOfYourLife.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Peter Shirley
88
edited by Steve Hollasch and Trevor David Black
99
<br>
10-
Version 3.0.0, 2020-Jan-XX
10+
Version 3.0.0, 2020-Mar-23
1111
<br>
1212
Copyright 2018-2020 Peter Shirley. All rights reserved.
1313

0 commit comments

Comments
 (0)