docs: add changelog.
authorCatherine <whitequark@whitequark.org>
Mon, 13 Dec 2021 06:40:55 +0000 (06:40 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 20:35:37 +0000 (20:35 +0000)
docs/index.rst
docs/lang.rst

index 2293a5d8fc665c0c465ff26b50378654f4b97d42..3e91ea3b91645d5b519af6fa1bb5b01101264aed 100644 (file)
@@ -15,3 +15,4 @@ Language & toolchain
    lang
    stdlib
    platform
+   changes
index ec720d084ffa31479253482b4ac99c340f8595ea..43a39a07b178e7df21e7c96559692b5bae99d6e0 100644 (file)
@@ -126,6 +126,8 @@ Shapes can be *cast* from other objects, which are called *shape-castable*. Cast
 Casting to a shape can be done explicitly with ``Shape.cast``, but is usually implicit, since shape-castable objects are accepted anywhere shapes are.
 
 
+.. _lang-shapeint:
+
 Shapes from integers
 --------------------
 
@@ -139,6 +141,8 @@ Casting a shape from an integer ``i`` is a shorthand for constructing a shape wi
    unsigned(3)
 
 
+.. _lang-shaperange:
+
 Shapes from ranges
 ------------------
 
@@ -174,6 +178,8 @@ Specifying a shape with a range is convenient for counters, indexes, and all oth
    Be mindful of this edge case!
 
 
+.. _lang-shapeenum:
+
 Shapes from enumerations
 ------------------------