update to UG revision with new translations; add history note

This commit is contained in:
Emily Soth 2024-11-21 10:49:59 -08:00
parent 82b3d43b45
commit 99c00be97a
2 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,8 @@ Unreleased Changes
* Fixed a bug that, in certain scenarios, caused a datastack to be saved
with relative paths when the Relative Paths checkbox was left unchecked
(https://github.com/natcap/invest/issues/1609)
* General
* Updated translations for Spanish and Chinese
3.14.2 (2024-05-29)
-------------------

View File

@ -10,7 +10,7 @@ GIT_TEST_DATA_REPO_REV := 324abde73e1d770ad75921466ecafd1ec6297752
GIT_UG_REPO := https://github.com/natcap/invest.users-guide
GIT_UG_REPO_PATH := doc/users-guide
GIT_UG_REPO_REV := 0404bc5d4d43085cdc58f50f8fc29944b10cefb1
GIT_UG_REPO_REV := 5ee3616d4549baf3b1e44e0fcef485145389e29a
ENV = "./env"
ifeq ($(OS),Windows_NT)